Hi
I want to add record on fly by radgrid.
I have some textbox and two buttons (Insert and Submit) to add information in radgrid.
My senario is:
When user enter her/his info into textbox and click on the insert button, value of textbox must be inserted into radgrid at client side without save them into database. In the final user click on the submit button, then all rows in radgrid save in database.
I see this and this demo online, but in both of them using webservice and bind grid from database.
How I can do my senario?
Thank's
if (row.Cells["Status"].Value.Equals("complete"))
row.VisualElement.ForeColor = Color.Gray;
Telerik strives to constantly improve its support services but it is essential to have full information to supply precise replies. If we do not have enough details we will not be able to properly address your inquiry and we will ask for further info. The extra loop is sure to slow down the time it takes to resolve your problem, and subsequently the further development of your project.
It is vital that you follow these guidelines in order to receive an accurate response:
ENJOY!!!
Best Wishes,
The Telerik team