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

I would like to bind the RadGrid to objects rather than to a database.  I'd like each row in the grid to represent the data in a different object. When I do in-line editing in the RadGrid, I'd like the corresponding object to be updated.

Can you point me to any tutorials and/or examples regarding this?

Thanks!

Tom
Princy
Top achievements
Rank 2
 answered on 09 Jul 2008
3 answers
496 views
I recently upgraded an application to radcontrols asp.net ajax from the old asp.net version. Now for some reason the Filter Icon and the paging icons are not showing up, I just see partial standard buttons. They work fine just cant seem to get the images back. When I am design mode I see the images. Is there something I must change on the grid with the new version to get them to work?

I am using embedded skins and I have tried more than one.
jgig
Top achievements
Rank 1
 answered on 09 Jul 2008
6 answers
181 views
Hi All,

I'm using the new Ajax Tooltip control (looks great BTW) and am having a small problem when turning on http compression using Blowery.  I'm using the latets blowery libs and the Promethius lib version - 2007.1.626.0. 

I get the common 'PageRequestManagerParserErrorException' which a very good post on your site identifies as a possible loss of MS Ajax Header information.

Has anyone else encountered this? Anyone have any suggestions (PS, I have tried turning off compression on the scriptResourceHandler element).

Thanks in advance

Guido Tapia
Rich
Top achievements
Rank 1
 answered on 08 Jul 2008
0 answers
86 views
Hello I have a rad menu that I created at the link below. Its the left navigation area. It displays perfect in IE and Fire Fox. Just doesn't display at all in safari, if there is any suggestions that would be great.

www.bluesky-church.com

thanks,
Mark Tomlinson

Matt
Top achievements
Rank 1
 asked on 08 Jul 2008
2 answers
173 views
I have a rad grid with multiple template columns with dropdown filtering controls. I have a custom user control for the edit form. Everything works fine except when I filter without manully closing my edit control. I know what it is doing but I just cannot figure out a fix for it. I want to be able to close the editable item that is open whenever I do a new filter on the grid. It was giving me the same problem when I would change pages in the grid but I fixed that by adding MasterTableView.ClearEditItems() in the PageSelectedIndexChange procedure. How can I use this for my filtering? I get the below error when filtering:

Specified argument was out of the range of valid values. Parameter name: ItemHierarchicalIndex

Thanks,
Blake
baharris
Top achievements
Rank 1
 answered on 08 Jul 2008
1 answer
131 views
I am using the RadUpload on multiple pages.  One of my pages corrupts the file.  It is saving the file, but the file is corrupted.  (In explorer, a jpg wont show the dimensions on these corrupted files).  The code is the same on all the pages.  Do you know what causes this?
I am using Prometheus.

Thanks,
Megan
Megan
Top achievements
Rank 1
 answered on 08 Jul 2008
6 answers
164 views
Hi,

I have a radgrid that uses paging to display fixed no. of records in each page. I let my users select no. of items they want to see in each page. Now, when the total number of records are less than the number_of_items_to_display, I still want to display this text "Displaying page 1 of 1, items 1 to 8 of 8." but not the "Change Page <1>" text. I have set the PagerStyle.AlwaysVisible property to True.

<PagerStyle Mode="NextPrevAndNumeric" AlwaysVisible="true" />

In one sentence, I want:

"Displaying page 1 of 1, items 1 to 8 of 8. "

instead of

"Change page:  <1>   Displaying page 1 of 1, items 1 to 8 of 8. "

One more small question. I am sorting my data before displaying it. But radgrid doesnt display the sort-direction icon on top of the column until someone sorts it again. How can I set it when I display it initially?

Thanks.
~SP
Shailendra
Top achievements
Rank 1
 answered on 08 Jul 2008
2 answers
113 views
Hello,

I wonder if anybody has implemented the RadColorPicker inside a grid.  I have started implementing it inside the default ASP.NET datagrid, and it works OK except when I need to update the datasource after a new color has been picked.

I have used both client and server events for when a color is selected, but I can't seem to get the index of the current row where the colorpicker was launched.

Any help would be appreciated.

Thanks,

Antonio.
antonio
Top achievements
Rank 1
 answered on 08 Jul 2008
3 answers
467 views
Hey, I've tried to rebind the scheduler and grid but it doesn't update until the page is being refreshed.  I am wondering if there are any ways where I can cause a hard post back with ajax.

Both Response.redirect and ajaxmanager.redirect will cause a post back, can I do it with loading panel on top of these postback with c# code behind?    
Konstantin Petkov
Telerik team
 answered on 08 Jul 2008
2 answers
130 views
I'm trying to do something simple and have done this in the past but am having a bit of coders block. What I'm trying to do is on a button click dynamicaly add a RadPanelItem to a panel bar and populate it with a group of checkboxes. Every time I try to add a control to the underlying item it gets dumped on postback. A much simplified version of my code is below any help would definatly be appriciated. I'm trying to stay away from the Page_PreInit as I would like to put what I am working on in a usercontrol.

protected

void btnTEST_Click(object sender, EventArgs e)

{

for (int i = 0; i < 1; i++)

{

radpanelitem1.Items.Add(NewItem());

}

}

protected

RadPanelItem NewItem()

{

RadPanelItem o = new RadPanelItem("TEST PANEL");

CheckBox y = new CheckBox();

y.ID =

"TestCheckbox";

o.Controls.Add(y);

return o;

}

protected void Button1_Click(object sender, EventArgs e)

{

foreach (RadPanelItem r in radpanelitem1.Items)

{

foreach (Control y in r.Controls)

{

if (y is CheckBox)

System.Diagnostics.

Debug.WriteLine((y as CheckBox).Checked.ToString());

}

}

}

pmessina
Top achievements
Rank 1
 answered on 08 Jul 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?