Hi,.I'm using ig 17.1 webdata grid,which is having an editable textbox.
We will input values to the column and perform a sort it works perfectly.
Then I clear the value of the same and perform sort again,which will result in a dbnull error as the column is expecting a nulable decimal.
However I tried to override this error and perform a sort operation,
Which also worked perfectly.
But, after that while I try to sort again it retains old value.how go avoid this?
Steps to follow.
webdatagrid column having an editable textbox of type system.decimal
Enter a value say 5
Sort the column
Now clear the value
Sort again
Now sort again without inputting anything
It retains the old value is,5
Hello John,
Thank you for contacting Infragistics Developer Support.
Can you provide some additional information about how are you editing/sorting the grid?
Is it all server-side or a mix between server-side and client-side?
If you can provide an isolated sample reproducing the problem it will speed up the resolution of your problem immensely.
I'm waiting for your reply.