Hi all,
I have a weird thing that is happening with the CellEditorInitialized event for the RadGrid. When I have a grid that has information saved in a database, then populate the grid with data from that database so that a use can view and change any of the information, this event, which I subscribe to, fires. IF however, I present a blank grid to the user, so that the user can choose data to fill in the rows of a grid, the event does NOT fire and I cannot fire off logic I need. Has anyone encountered this and if so, how did you overcome it?
The Grid has 8 visible columns, of which columns 1, 3,4,5,6 and 8 are drop down list that are populated by datatables gotten from the backend database.
Thanks,
Eric
I have a weird thing that is happening with the CellEditorInitialized event for the RadGrid. When I have a grid that has information saved in a database, then populate the grid with data from that database so that a use can view and change any of the information, this event, which I subscribe to, fires. IF however, I present a blank grid to the user, so that the user can choose data to fill in the rows of a grid, the event does NOT fire and I cannot fire off logic I need. Has anyone encountered this and if so, how did you overcome it?
The Grid has 8 visible columns, of which columns 1, 3,4,5,6 and 8 are drop down list that are populated by datatables gotten from the backend database.
Thanks,
Eric