Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
325
strange thing after delete a row in the client side
posted

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

Parents
No Data
Reply Children
No Data