Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
156 views
Hi

I have a grid that contains a DetailTable and in it i have a control (image button) that i need to find , how i can achieve it ?  Do he have an event like itemCreated or ItemDataBound where i can find the control in my detailTable ?

Thanks in advance for your help.

Dominic
Top achievements
Rank 2
 answered on 29 Oct 2008
3 answers
243 views
Hi,

We have sometimes been getting errors when we assign the selected value of a RAD combobox to a value that does not exist within the combobox. Firstly we do have a workaround for this however:
 - we would like to know why the error occurs intermittentently and whether we can permently fix problem without the extra workaround code
 or
- how to turn of the function to set the selected index to 0 if the combobox is assigned a non-existent value so we would see an error everytime

Note: the RADCombo.ClearSelection() function does not fix the problem.

Help greatly appreciated.
Thanks
Rosi
Telerik team
 answered on 29 Oct 2008
3 answers
76 views
Hi,
I need the MultiSelect property allowed only when the user clicks in a ColumnHeader...is it possible?

thanks
Daniel
Telerik team
 answered on 29 Oct 2008
1 answer
110 views
i have one form with radspliter and two panes. In first pane i have a link (in pannelbar). At second pane, i have a external web (from my server).
Is possible send a message to second page before change ContentUrl.

I have a outlook design. But i need comunicate both pane to perform some actions before change webform.
thanks

 

Svetlina Anati
Telerik team
 answered on 29 Oct 2008
1 answer
114 views
Hi,


I am working for a project which requires us to bind a large dataset of minimum of 5000 records - not to forget the columns that need to be displayed as well - 40 columns around.

Binding to Grid is fine - automatic paging is enabled with page size of 100 or whatever. Now the trouble is clicking for next page throws an error. I testing for around 4000 records it works fine but if it is larger than 5000 records, I am getting the following error

"Sys.WebForms.PageRequestManagerServerErrorException: An unknown error occured while processing the request on the server. The status code returned from the server was: 12031"

Can someone tell me what is going on? Is it the limitation of the grid itself.

Any help is appreciated.

Many thanks.

Milan G
Yavor
Telerik team
 answered on 29 Oct 2008
1 answer
102 views
i have done the column resizable by allowing client side properties of rad grid control. but by dragging column can be resized, but it cause
shrinking/ effects on other columns, How would i restrict the column width while dragging the column to make it resizable??
Maria Ilieva
Telerik team
 answered on 29 Oct 2008
5 answers
479 views
When i use this xml in contextmenu xml file i get menu successfully attached to NODE1 of rad tree view.

<
ContextMenus>
    <
Menu Name="NODE1" Width="150">
        <
Item Text="Expand All" />
        <
Item Text="Redraw Tree" />
    </Menu >
</ContextMenus>

But if i want sub menu too in my context menu, this is how i modify my xml . But then i am only getting first level menu items and not getting second level menu items.

<ContextMenus>
    <
Menu Name="NODE2" Width="150">
        <
Item Text="Add" >
            <Menu >            
                    <Item Text="Page" />
                    <Item Text="Table" />
            </Menu >
        </Item >
        <
Item Text="Redraw Tree" />
    </Menu >
</ContextMenus>

Is there some structure / formatting issue with my xml or rad tree view context menu doesn't support multi-levels.

Veselin Vasilev
Telerik team
 answered on 29 Oct 2008
1 answer
54 views
hi,

im using radsplitter control and palcing 2 grids in two radpanes vertically.

normally, it is working.

but i have an option to show the grid records in a single page view i.e, for this option i set the property allowpaging=false abd allowscrolling=true

when i click this option it is showing all the records in a single page but splitting is not working.

i ahve tried but still splitting is not working  when i use this option.

can i have the solution where the problem occurs?

Thanks
Svetlina Anati
Telerik team
 answered on 29 Oct 2008
3 answers
112 views
Hi,

I'm trying to implement a DropDownList as a filter for one of my TemplateColumns I'm not quite there yet.
I want the DropDownList to automatically filter my list whenever I change the value of the DropDownList. Are there any code examples covering this? AutoPostBack whenever I change the selected item in it.

Basically... this is what I want to achieve:

Filtering template columns

...but I can't seem to find the code for how to do it. Please help!

// Pether
Sebastian
Telerik team
 answered on 29 Oct 2008
2 answers
239 views

There is a RadGrid, which is used to show and edit XML-data in a grid form. And the same XML-data can be edited manually.

There is a ComboBox on the RadGrid’s edit template. It is used to select a value from dictionary (a database table of key –value pairs ).

ComboBox is bound to a field in the grid’s datasource:

<telerik:RadComboBox ID="ddProductName" runat="server" DataSourceID="dsProducts" DataTextField="Name" DataValueField="ProductID" SelectedValue='<%# Eval("ProductID") %>' />

The problem is, that since grid’s underlying XML is manually editable, Eval() function may return invalid key values. That is, a value that is not present in the dictionary table.  In such cases, the above binding to SelectedValue attribute fails, and the whole page crashes.

What do I do to overcome this problem?

Alexander
Top achievements
Rank 2
 answered on 29 Oct 2008
Narrow your results
Selected tags
Tags
+? more
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?