Hi All,
I want to show row number for each item in rad listbox control.
After binding row number if user drag and drop any item it should rebind.
For example
Initially it should show row number as shown in below table.
When user change order of items using drag and drop, it should not change Row number value.
Is it possible to handle at client side, page should not get posted?
Thanks,
Dipal
I want to show row number for each item in rad listbox control.
After binding row number if user drag and drop any item it should rebind.
For example
Initially it should show row number as shown in below table.
Row Number |
Image Id |
1 |
111 |
2 |
222 |
When user change order of items using drag and drop, it should not change Row number value.
Row Number |
Image Id |
1 |
222 |
2 |
111 |
Is it possible to handle at client side, page should not get posted?
Thanks,
Dipal