Hi,
I have a requirement to build a Kendo Editable Grid for bulk records update in my Angular project
my requiremnts are
1)Custom editor controls for each cell based on types, all custom controls defined as angular directives
when user clicks on the cell based on the type i need to load a custom directive
2) each row should be in a same scope and should react with the data changes in other cell
for example if user Edit/change the selection of column A, the Column B should run some business rules to display a mask(hide) on it or it should load new data(in case of drop downs)
Please help me with any example or the approach how to achieve this scenario.
Thanks in Advance
I have a requirement to build a Kendo Editable Grid for bulk records update in my Angular project
my requiremnts are
1)Custom editor controls for each cell based on types, all custom controls defined as angular directives
when user clicks on the cell based on the type i need to load a custom directive
2) each row should be in a same scope and should react with the data changes in other cell
for example if user Edit/change the selection of column A, the Column B should run some business rules to display a mask(hide) on it or it should load new data(in case of drop downs)
Please help me with any example or the approach how to achieve this scenario.
Thanks in Advance