Is it possible to assign a specific custom editor control to a specific cell?
Example:
row 1
column 2 set to datetimechooser
row 2
column 2 set to textbox
row 3 column 2 set to dropdown combo..
is this possible? If it isn't, then is there another asp.net grid that can be done like this?
Daryl,
I've converted my testing site to .NET 2.0 and it builds and run as well. I am attaching it for your reference.
I looked carefully at the code you posted...
again.. can't use it as it references things that are not in net 2.0 like itemplate..
At least I could not find system.web.ui.itemplate on my system.
Hi Daryl,
I was trying to provide you work around for your scenario on postback you should take care to recreate the templates.
Thanks.
I looked at the example you pointed out. Unfortunatley, like most of the code samples infragistcs has, it's pretty useless.
Some day you folks might want to create samples that run on thier own.. meaning someone can drop the code in thier project and run it. since you all have links to data stylesheets etc.. that we don't have..
it's pretty hard to try the code and play with it.
The section on columns was basic and told me stuff I already knew.
What I am attempting to do is assign different template controls to different cells in the same Column.
I can do that by using the rowinit event, but upon postback, nothing is there... Since it is done in code, there is no state on the return trip...
Just wanted to show you the result in the grid: