Need some Docs for Grid Control
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Hi all , I want to prepare my custom control which inherits from grid control The control must bind the data at runtime where no of columns can be unknown and also i want to hide some columns,depending on the user input[property set]. There are also many things to be done like some times use tree control inside it. If double click on any row open a new .aspx page set by user and transfer that row content to that page[parent/child]. Please provide me link where i can find detail docs for this as i hv tried searching on google but cant find the relevant. Scotchy