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

ClientSettings in radGrid stops radSplitter resize ability

2 Answers 90 Views
Splitter
This is a migrated thread and some comments may be shown as answers.
Charles Forsyth
Top achievements
Rank 2
Charles Forsyth asked on 19 May 2008, 06:00 PM

I need to be able to drag and drop between a radGrid and radTreeview; each are in different panes of a radSplitter

The radSplitBar resizes the window at run-time as expected until I add the following declarative code to the radGrid:

<ClientSettings AllowRowsDragDrop="true" > 
     <Resizing AllowColumnResize="True"  /> 
     <ClientEvents OnRowContextMenu="ShowContextMenu" /> 
</ClientSettings> 

After I add that declaration to the radGrid, the radSplitBar in the radSplitter no longer functions to resize the panes.

What am I missing here?

2 Answers, 1 is accepted

Sort by
0
Charles Forsyth
Top achievements
Rank 2
answered on 19 May 2008, 06:47 PM

By trial and error I found that the offending line was this one...

<ClientEvents OnRowContextMenu="ShowContextMenu" /> 

What I need now is to know how to show a context menu on a radGrid (for .Net Ajax) if this isn't how you do it. An example would be most helpful.
0
Charles Forsyth
Top achievements
Rank 2
answered on 19 May 2008, 07:00 PM
There was a bug in the showcontextmenu javascript function.

Why the bug was ignored I don't know. Makes it hard to know there's a problem when no errors occur.

I figured this one out myself. Sorry to waste your time.
Tags
Splitter
Asked by
Charles Forsyth
Top achievements
Rank 2
Answers by
Charles Forsyth
Top achievements
Rank 2
Share this question
or