Hi,
I have to make Add New Record command item to be invisible on a user login , where as for admin login it will be visible.
So i have a method where based on user login i am making
I have to make Add New Record command item to be invisible on a user login , where as for admin login it will be visible.
So i have a method where based on user login i am making
RgdDomainDetail.MasterTableView.CommandItemDisplay =
GridCommandItemDisplay.None;
and for admin login
RgdDomainDetail.MasterTableView.CommandItemDisplay =
GridCommandItemDisplay.Top;
But still i am able to see the add new record command item bar when the user is logged in.
Could you please suggest how to make it invisible .
Thanks,
Satya.