|
Rank: Newbie Groups: Member
Joined: 12/24/2009 Posts: 1
|
Hi.
i'm using file explorer copied from your demo. but i can't see checkbox "Delete". if i launch the demo locally the checkbox is present. the code is the same. any tip?
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi, Please check whether you have the following line in your Grid template:
Code: HTML/ASPX
<eo:CheckBoxColumn Name="Delete" Width="30"></eo:CheckBoxColumn>
This column creates the checkbox. If you do have this column, please try to isolate the problem into a test page and we will be happy to take a look. Thanks!
|
|
Rank: Member Groups: Member
Joined: 7/2/2009 Posts: 25
|
eo_support wrote:Hi, Please check whether you have the following line in your Grid template:
Code: HTML/ASPX
<eo:CheckBoxColumn Name="Delete" Width="30"></eo:CheckBoxColumn>
This column creates the checkbox. If you do have this column, please try to isolate the problem into a test page and we will be happy to take a look. Thanks! solved (it was my css problem). thanks
|
|