Hi All,
I am new to Telerik, and after reading some community articles i still cannot do a trick with radgrid. The situation is the following:
I have to do a grid, were the lines can be edited according to permissions:
I have a MasterTableView with Name="parent" and a detail gridtableview with name "child". I would like to add Edit column for all the rows in detail gridview taking consideration two things:
-who is logged in (windows authentication - i have the user's name in a string)
-what is the content of a column (plant_name) in the "parent" row
So for example: if user Steve is logged in, and he expands the row where plant_name cloumn is "New York" there will be no edit in the details, but if he expands row with plant_name "Toronto" then all the lines in the child gridview can be edited.
I hope i can explain well what i need, and it can be done via Telerik grid.
Thanks!
I am new to Telerik, and after reading some community articles i still cannot do a trick with radgrid. The situation is the following:
I have to do a grid, were the lines can be edited according to permissions:
I have a MasterTableView with Name="parent" and a detail gridtableview with name "child". I would like to add Edit column for all the rows in detail gridview taking consideration two things:
-who is logged in (windows authentication - i have the user's name in a string)
-what is the content of a column (plant_name) in the "parent" row
So for example: if user Steve is logged in, and he expands the row where plant_name cloumn is "New York" there will be no edit in the details, but if he expands row with plant_name "Toronto" then all the lines in the child gridview can be edited.
I hope i can explain well what i need, and it can be done via Telerik grid.
Thanks!