Click here to Skip to main content
15,893,594 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I am using Infragistics Ultrawebgrid. When User Press Delete key on particular row in grid , the particular Row need to be delete. Its Working Fine.

I Used DropDownList with in UltrawebGrid. And bind the values using Stored Procedure. The Dropdownlist containing list of items ( ex. Item1,Item2,Item4,Item5,Item6....).

i used after cell updation( Client side event in ultrawebgrid) to avoid to choose same item.When user choose same item it says 'this item already exist'.

When the user choose item , the price and weight of the item will appear in that row.

it may be a situation that , after choosing of items (say for example item1,item2,item3 ) , the user may delete any one of the selected item( say for example item1).

So He press delete button on item1, And So the item is deleted.

My problem is after delete of item (item1) in Ultrawebgird , if i choose another row(item4) it say 'This item already Exist
(In that grid there is no such item Exist).
'.What i need to do?

i am using

1)Asp.net
2)Infragistics ULtrawebgrid
3)C#
4)Jquery
5)After Cell Updation Event ( Client side event in Ultrawebgrid).
6)JsonData ( to load price and weight in stored procedure).
7)Mozilla Firefox
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900