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
453
Unbound Row
posted

Hi,

In my ultragrid, I am trying to implement a concept of an unbound row. The scenario is like this.

I have order entry form. Once user enters an order, his order will be entered in the database and will be pending an approval from the administrator. Now, once the order is approved, it is entered in the final table which is bound to the ultragrid. Meanwhile, the user should be able to see his order in the same grid as pending.

I am not maintaining the state of the order(pending/approved/canceled) in the tables. So, one approach I thought is having an unbound row in the datagrid, with different formatting so that user will be aware that the order is pending.

Once the order is approved, the data is entered in the database and as it is a bound datagrid, it will take care of the added order.

Can someone suggest how should I proceed with that?