Adding functionalities (and new UI) in DataGrid?
Hi there~
I would like to ask one question. Suppose I want to write a custom control that has a DataGrid, custom paging buttons (has to be custom, because the DataSet is huge, I can't get the whole result all at once), a TextBox to enter page number (instead of all pages as links), and an image button to switch PageSize, all within one HtmlTable. Can I just derive a new class from DataGrid? I tried to do that, but I have problem in rendering the DataGrid itself. Everything comes up except the DataGrid.
On the other hand, if I have to write a composite custom control, how can I make it to work in the exact same way as a normal DataGrid to bind data and build properties, both in HTML editor and in Web Form Designer (being able to use Property Builder)?
Thanks a lot!
|