Telerik Forums
UI for ASP.NET AJAX Forum
0 answers
102 views
When special chars like </ are entered it postsback and gets a obvious kick from IIS. This can be avoided if we restrict user to alphanumerics through regex.

The combo is part of a User control.
I read about the external callback for this kind of scenario, but it is not feasible.
There should be a simple way to validate client side for this issue.
Please help.
Suhas Kamble
Top achievements
Rank 1
 asked on 17 Sep 2008
1 answer
59 views
I have tried biding the panelbar to a sitemapdatasource.  All of the links that are absolute links do not bind.  The same happens with the tabstrip.  Is this a bug or do I need to set an additional property to allow for this?
Paul
Telerik team
 answered on 17 Sep 2008
5 answers
211 views
I am having trouble accessing the sort expressions in the javascript model.  Using get_masterTableView().get_sortExpressions(); always seems to return an array of size zero.  This occurs even when the grid is sorted or grouped.  I need some way of accessing the sort expressions so that they may be sent to a child window.  Has anyone had any trouble or success getting the sort values in javascript?

Thanks,
Kyle
Sebastian
Telerik team
 answered on 17 Sep 2008
1 answer
65 views
Hello,

I add a control to a tool tip manager. On mouseover I update the tooltip:

Step 1:
private
void UpdateToolTip(string elementID, UpdatePanel panel)
{    
Control ctrl = Page.LoadControl("TaskDetail.ascx");
    TaskDetail details = (TaskDetail)ctrl;
    details.TaskId = elementID;
    panel.ContentTemplateContainer.Controls.Add(details);
}

Step 2:
protected void OnAjaxUpdate(object sender, ToolTipUpdateEventArgs args)
{
this.UpdateToolTip(args.Value, args.UpdatePanel);
}

Step 3:
TaskDetail.ascx will be rendert.

But the shown tool tip havn't no content or data.

Thanks for support and help.

Rahel


 

Rahel
Top achievements
Rank 1
 answered on 17 Sep 2008
2 answers
107 views
Let's face it this thing is too chunky and makes for large grids if you need to filter a lot of the fields.  Is there any way to keep the filtering ability but shrink the actual filter control on a Grid?

I hope somebody know show to do this.

Thanks!
Acadia
Top achievements
Rank 1
Iron
 answered on 17 Sep 2008
1 answer
59 views
hi,

I have a design issue in ie 6 when openning the context menu with right click.
The cut and copy menu items looks very bad.
what can I do ?

thanks,
yaniv
George
Telerik team
 answered on 17 Sep 2008
2 answers
74 views
Hi,

kindly you can makes an example me in asp.net, because, I have tried of all but I do not succeed to use this function with the grid: 

function SetFirstRowActive()
{
 var grid = $find("<%= RadGrid1.ClientID %>");
 grid.set_activeRow(grid.MasterTableView.get_dataItems()[0].get_element());
}

 thanks to all
Gennaro
Top achievements
Rank 1
 answered on 17 Sep 2008
1 answer
229 views
hi,
help me solving this.

i have radcombobox with some binded data.
so when i select each item from it a new window should open with selected text.aspx.

i have checked with all the events like onchange,onclientitemrequested,onclientselectedindexchanged   etc...
but is not working, an dthe problem is that these events are not firing in javascript
can u please tell me which event can perform this task.

Thanks,
Ravi gorrepati.
Yana
Telerik team
 answered on 17 Sep 2008
7 answers
164 views
When I place a combobox on a tooltip then the drop down seems to be relative to the webpage behind the tooltip, and it is not relative to the tooltip.  This causes the dropdown to appear somewhere else on the page instead of below the combobox.
Rosi
Telerik team
 answered on 17 Sep 2008
1 answer
98 views
I'm wondering if anyone has an example of how to populate a dynamically created templated column using ajax.  I have a user control that contains a grid.  The last column in the grid is a templated column that contains a dropdown with several options.  Because the logic involved with determining which options to display varies by item and is someone time consuming, I'd like to have the grid returned quickly and then have an ajax update occur in this column that will populate afterwards.  I'm envisioning a spinning loading panel in each this column that will be displayed until the contents are available.  

Is there an example floating around about how best to do this? 

Thanks.
Dimo
Telerik team
 answered on 17 Sep 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?