Infragistics UltraWebGrid and CSLA DataSourceInfragistics UltraWebGrid and CSLA DataSource
Old forum URL: forums.lhotka.net/forums/t/3125.aspx
Blarm posted on Monday, July 02, 2007
Does anyone use Infragistics for Web Apps with CSLA.
If so , perhaps you can help me out. I am trying to get the UltraWebGrid working with a CSLADataSource.
The DataSource_SelectObject is firing when the grids requests data and the DataSource_InsertObject fires when a rows is added to the gris after the Grid_AddRow fires.
However the DataSource_UpdateObject and DataSource_DeleteObject never seem to get fired when a row is updated or deleted.
Any advice or pointers in the right direction would be most welcomed.
Thanks,
Bill
JoOfMetL replied on Tuesday, December 04, 2007
Hi, I Have the Same Problem.
Do you find a solution ?
Thank You
cliffordru replied on Tuesday, December 04, 2007
I am not familiar with these controls, but can you check to make sure you have defined the key values (unique or primary) for the data? Perhaps without these being set, the update and delete does not fire...just a guess... JoOfMetL replied on Wednesday, December 05, 2007
Yes, you are right.
For those who have the same problem, we must define the property 'DataKeyField' for each 'Band'.
Thank youCopyright (c) Marimer LLC