This is a migrated thread and some comments may be shown as answers.

Changing the Value of a Cell on EndEdit

1 Answer 622 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Joshua
Top achievements
Rank 1
Joshua asked on 06 Jul 2018, 07:34 AM

Hi,

My program was originally using a different grid but we are now changing over to radgridview, on several of our grids you enter an ID in the first column and it runs a  function to get the rest of the information such as Description e.t.c . I am trying to use EndEdit to call the function to get the part but its default functionality is to re-populate the ID ,is there a way to repopulate the Cell the user has just finished editing,I am using VB.Net. The function must be called once the part has been entered

 

1 Answer, 1 is accepted

Sort by
0
Dess | Tech Support Engineer, Principal
Telerik team
answered on 06 Jul 2018, 10:41 AM
Hello, Joshua,   

If you need to manipulate a cell value after the edit operation is finished you can subscribe to the CellEndEdit event and change the Value property of the desired cell. In the GridViewCellEventArgs you have access to the data row from where you can iterate the cells.

Note that most of the forum threads are reviewed by Telerik representatives and sometimes we address the questions asked by our customers in the forums as well. However, a post in the forum doesn't guarantee you a response from the Telerik support team. Moreover, threads are handled according to license and time of posting, so if it is an urgent problem, we suggest you use a support ticket, which would be handled before a forum thread.

I hope this information helps.

Regards,
Dess
Progress Telerik
Try our brand new, jQuery-free Angular components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
GridView
Asked by
Joshua
Top achievements
Rank 1
Answers by
Dess | Tech Support Engineer, Principal
Telerik team
Share this question
or