we have a ultrawebgrid, which have a column band to a webcombo, webcombo has DataValueField(ID), and DataTextField(Content), during update/add the row to the ultrawebgrid by selecting the data from webcombo, it is ok( the grid column will show the DataTextField(Content) to user).
but when we delete the new-added rows, for example add 10 rows, but delete 3 rows, the remain 7 rows' UI will change to ID in the webcombo. when delete the original rows, it will not happen.
can anybody know it why?
plus: we add BeforeRowDeletedHandler/AfterRowDeletedHandler event in the client and delete the del DeleteRowBatch in the server side. it still change the Content to ID
Hi wobudongta,
For your particular implementation, in order for the grid combo column to display your data as you desire, both DataValueField and the DataTextField properties should be set to Content.
Please contact me if you have any questions.
Best Regards,
Petar IvanovDeveloper Support EngineerInfragistics, Inc.http://es.infragistics.com/support
can anybody help me?