hi there
http://help.infragistics.com//NetAdvantage/ASPNET/2009.2/CLR3.5/?page=WebGrid_Displaying_and_Storing_Values_with_ValueLists.html
i read this and no problem but i want in every cells, dynamic-diffrent valuelists..
example make all column rows same valuelist .
have a solution ?
thanks..
Hello ,
I am not quite sure abut your requirements, but a Value list can be used on Column basis only. You can use WebCombo control as editor control for the grid's cells. Using it you will be able to load different data for each editor control per column basis. You can see demonstration on the following link:
WebCombo as Editor control
Hope this helps you.
i need to different values in every rows . not every columns.
Hi
This is the current technology implementation and I guess you can implement it but it will be needed custom codding for example on each selected row to get the selected cell and then to fill the combo on client - side and so on .. The implementation is up to you I would suggest you to check out the CSOM of WebCombo and WebGrid.
Thank you.