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

Edit Mode Multi select

1 Answer 59 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Stephen
Top achievements
Rank 1
Stephen asked on 11 Apr 2011, 10:38 PM
Hi,

I have set the edit mode for each of the Editable Grid items in the pre-rendere event of the the page life cycle and this allow for each and every row in the grid to start in edit mode which is exactly what i want. I have set the in-line edit mode against the master table view which is what i want.

However, each row seems to have a border around item which is not what i want. I dont know how to stop this. Can anyone help?

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 12 Apr 2011, 11:37 AM
Hello,

Try to override the default CSS like this.

CSS:
.RadGrid_Default .rgEditRow
        {
            background:none !important;
        }

Thanks,
Shinu.
Tags
Grid
Asked by
Stephen
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or