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

[Solved] User Control Edit Form won't show up

1 Answer 38 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Enoch Kuang
Top achievements
Rank 1
Enoch Kuang asked on 17 Feb 2010, 03:14 PM
Hi,

I'm using WebUserControl for Grid EditForm. It show up if I click "Add new record" icon from top bar, but nothing happened if I click "Edit" on row level. What are the restrictions which can prevent the grid from showing user control edit form?

Thanks,
Enoch

1 Answer, 1 is accepted

Sort by
0
Enoch Kuang
Top achievements
Rank 1
answered on 17 Feb 2010, 03:59 PM
I have found the problem:
Inside ClientSettings, I had<Selecting AllowRowSelect="false" />.

After I changed it to true, my problem is gone.

Tags
Grid
Asked by
Enoch Kuang
Top achievements
Rank 1
Answers by
Enoch Kuang
Top achievements
Rank 1
Share this question
or