Telerik Forums
UI for ASP.NET AJAX Forum
5 answers
268 views
I need to have a text box in my GridHyperLinkColumn inside a radgrid that says "search here" on page load but when a user clicks on the box to search, I want to test to disappear. How can I do that. Currently I am using a filter control to display search here but it doesn't disappear when I click on it.

Thanks,
Shinu
Top achievements
Rank 2
 answered on 13 May 2014
3 answers
124 views
I restructuring my application
i want to use scheduler 
can i  keep using hours on headers and days on rows
like this picture
Boyan Dimitrov
Telerik team
 answered on 13 May 2014
1 answer
148 views
How can I Update/Insert/Delete a record in a grid having a GroupByExpressions ?

My grid is a timesheet and is grouped by weekdays: sunday, monday, tuesday, wednesday, thursday, friday, saturday.
Thanks!
 
Princy
Top achievements
Rank 2
 answered on 13 May 2014
3 answers
209 views
Scenario:

I have a RadTabStrip with Multipage created during load.  Using ajax, I created the individual RadGrid for the tabs under ontabclick event.  I can't seem to export the grids once they are created.  Please help.
Shinu
Top achievements
Rank 2
 answered on 13 May 2014
2 answers
74 views
How hide notification context menu icon ?

<telerik:RadNotification ID="RadNotification1" Skin="Glow"    VisibleOnPageLoad="false" Animation="Fade" AutoCloseDelay="10000" runat="server" ContentScrolling="None" Height="260px" Position="Center" RenderMode="Auto"  TitleIcon="none"  ContentIcon="none" ShowTitleMenu="True" Title="DataBase NaN values report" TitleMenuToolTip="" Width="320px" EnableRoundedCorners="True" EnableShadow="True">
</telerik:RadNotification>
EanX
Top achievements
Rank 1
 answered on 13 May 2014
6 answers
1.8K+ views
Hi
I want to use jquery-ajax to populate a RadComboBox and I get a really strange behaviour.

I have a javascript that triggers on OnClientItemsRequesting

 

 

 

function onModelRequesting(sender, args) {
var text = args._text;
$.ajax({
type: "GET",
url: "/Release/GetModelProjects/",
data: { query: text },
dataType: "json",
success: function(xhr) { 
writeModelsData(xhr);}
});
}

function writeModelsData(data) {
 modelsCombo.clearItems();
 modelsCombo.trackChanges();
 for (var i = 0; i < data.length; i++) {
  var comboItem = new Telerik.Web.UI.RadComboBoxItem();
  comboItem.set_text(data[i].ProjectName + ' ' + data[i].ModelName);
  comboItem.set_value(data[i].ProjectName);
  modelsCombo.get_items().add(comboItem);
 }
 modelsCombo.commitChanges();
}

This seems to work except one thing, the items is not in my dropdown directly, I have to click the dropdown arrow in "ShowMoreResult". Ill se them flash quickly then they dissapear, and then I have to click the down arror at the bottom of the dropdown. What am I missing?

Regards

 

 

 

 

 

 

 

 

 

Pankaj
Top achievements
Rank 1
 answered on 13 May 2014
10 answers
312 views
Hi,

i want to save image in temporary folder and get preview on upload file

Regards
Yasin
Hristo Valyavicharski
Telerik team
 answered on 13 May 2014
6 answers
159 views

We have a datatable with multiple keys (RoomKey, BuildingKey, etc) but no matching IDs. I'll look these up and put them into unbound column on the server-side within ItemDataBound, which I believe is my only workaround. If there is a better way, please advise.

As a result, in the grid, for each ID field's GridBoundColumn, I've removed the DataField property. But then I can't sort by my ID fields. After searching your forum, I see this is expected... but we need to sort by them. What's the workaround to enable this?

Lina
Top achievements
Rank 1
 answered on 13 May 2014
4 answers
205 views
When I am enabling filtering on my RadGrids using the Q2 version it works fine, but there is an annoying "flashing" behavior where when the grid is bound or rebinds you can see the filter menu items appear on screen for a brief moment.

Everything functions properly after this, but if you edit an item or do anything else that causes the grid to rebind it will "flash" on screen again.

It's not breaking anything but it's annoying to the users.

Has anyone seen this and/or does anyone know how to avoid it?

If it matters, my grids do not have all columns enabled for filtering, only a few at the end of the grid.
Venelin
Telerik team
 answered on 13 May 2014
3 answers
97 views
Testing the Grid Context menu , columns feature in Android Chrome on mobile device. The columns would hide when tapped, but the check box would not uncheck as it does in desktop machine and browser. Is this known or is there something else I need to be aware please. Respectfully, Tre'
Venelin
Telerik team
 answered on 13 May 2014
Narrow your results
Selected tags
Tags
+? more
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?