How To Get The In Place Editor Control From A Particular Cell Of A RadGrid If ItemTemplate Is Used For It
We can edit the items /rows of a RadGrid in three ways either using a EditFormTemplate / using a new page for its edit mode / by using inplace editor of the RadGrid. If we used item template for the RadGrid to view or edit its data then we have to get the instance of […]