Hi,
FIRST:
I have 1 combobox in my grid for Edit/Insert.
In grid Edit/Insert mode I want next column to be updated based on the selceted value of the combo box.
Grid is from Product table.
Combobox has the customer ID.
OnSelected index change of combox should update the customer name in the next column.
Edit/Insert should be InLine mode.
SECOND:
I have a Status column with states defined in Database as (0,1,2)
On Item data bound it will be changed to (Open,Working,Closed) for display in grid.
In this case user will try to search with text. Works fine if the search entry is either 0 or 1 or 2. But I need search for Open or Working or Closed. How to achieve this ?
Thanks in advance,
Rajoo
FIRST:
I have 1 combobox in my grid for Edit/Insert.
In grid Edit/Insert mode I want next column to be updated based on the selceted value of the combo box.
Grid is from Product table.
Combobox has the customer ID.
OnSelected index change of combox should update the customer name in the next column.
Edit/Insert should be InLine mode.
SECOND:
I have a Status column with states defined in Database as (0,1,2)
On Item data bound it will be changed to (Open,Working,Closed) for display in grid.
In this case user will try to search with text. Works fine if the search entry is either 0 or 1 or 2. But I need search for Open or Working or Closed. How to achieve this ?
Thanks in advance,
Rajoo