Telerik Forums
UI for ASP.NET AJAX Forum
4 answers
181 views
Could you please post the css file for this example: http://demos.telerik.com/aspnet-ajax/menu/examples/appearance/iphonemenu/defaultcs.aspx

Thanks.
Paul
Telerik team
 answered on 28 May 2009
2 answers
98 views
Hi,

I have been trying to create an ajaxified RadPanelBar in my project and ran into some issues when I found that the RadAjaxManager wouldn't raise OnRequestStart and OnResponseEnd events under one specific scenario. Everything works fine if the entire panel bar itself is added to the AjaxSettings collection. The problem with client event occurs when individual panel bar items are added to AjaxSettings collection.

....RadAjaxManager1.AjaxSettings.AddAjaxSetting(panelbar1, panelbar1, RadAjaxLoadingPanel1); -- Works fine

Doesn't raise client events:

            foreach (RadPanelItem panelItem in this.panelbar1)
            {
                    RadAjaxManager1.AjaxSettings.AddAjaxSetting(panelItem, panelItem, RadAjaxLoadingPanel1);
            }


Ring a bell?

Many thanks
Velu


Velu Sekkilar
Top achievements
Rank 1
 answered on 28 May 2009
3 answers
87 views
I have a radgrid with some gridboundcolumns (telerik:GridBoundColumn):

<telerik:GridBoundColumn datafield="Id" uniquename="column1"></telerik:GridBoundColumn>
<telerik:GridBoundColumn datafield="Name" uniquename="column2"></telerik:GridBoundColumn>

Everytime when I click on the designer to perform RadGrid Tasks, e.g. click on "enable paging" or "disable sorting", the designer automatically duplicates the data item:

<Telerik.Web.UI.GridBoundColumn DataField="Id" UniqueName="column1"></Telerik.Web.UI.GridBoundColumn>
<Telerik.Web.UI.GridBoundColumn DataField="Name" UniqueName="column2"></Telerik.Web.UI.GridBoundColumn>

now my aspx code becomes:

<telerik:RadGrid.......>
<MasterTableView>

<telerik:GridBoundColumn datafield="Id" uniquename="column1"></telerik:GridBoundColumn>
<telerik:GridBoundColumn datafield="Name" uniquename="column2"></telerik:GridBoundColumn>

<Telerik.Web.UI.GridBoundColumn DataField="Id" UniqueName="column1"></Telerik.Web.UI.GridBoundColumn>
<Telerik.Web.UI.GridBoundColumn DataField="Name" UniqueName="column2"></Telerik.Web.UI.GridBoundColumn>
</MasterTableView>
</telerik:RadGrid>

Then I will get error complaining "System.Web.HttpParseException: Validation (XHTML 1.0 Transitional): Element 'telerik.web.ui.gridboundcolumn' is not supported'

If I manually delete the 2 new lines the application will work normally. Does anyone know why this is happening?

Sebastian
Telerik team
 answered on 28 May 2009
2 answers
92 views
I was poking around and I just cant seem to figure out how to style the group header... the text is too big... I want to reduce it..

I looked through the manual and I just cant seem to find out how to do this..

Please show me the way :)

Thanks,

Jeff
sircutbreaker
Top achievements
Rank 1
 answered on 28 May 2009
2 answers
276 views
First of all I am sorry if this has been answered before, but I could not find anything about it.

I have a grid that binds it data to a Datatable and after load I put the whole column I want to be editable in edit mode.
This let the user edit data and automatically move to next row.

Is there a way to trigger automatic save after each edit?

I have tried using OnBlur event to trigger an AjaxRequest, but the problem is to get the ID of that row. Tried storing the ID in the ID of the textbox, but after updating the first Item the edittextbox lost that information.

I also looked into using OnTextChanged serverside event (I would prefer to get this to work), but it lost focus and did not move to next row.

Regards

Øystein


Øystein
Top achievements
Rank 1
 answered on 28 May 2009
1 answer
147 views

Hi,

I used the visual style builder to setup a new skin (great tool btw), but have issues installing this skin. What I have done is the following:

Pasted the folder (which has images only) into ~\RadControls for ASPNET AJAX Q1 2009\Skins\ as well as the individual .css file.

However, I set the enableembeddedskins property to false (got a YSOD without this option specified) and now there is no skin in my grid. I can see the data in the grid (by highlighting the cursor over a selection), but no visual style.

This is for localhost only yet. When I go live, do I need a folder structure like above (\RadControls etc etc\Skins\ so forth)?

Thanks

Alex Gyoshev
Telerik team
 answered on 28 May 2009
4 answers
117 views
Hi,

I'm currently looking to improve on the dashboard appearance of my site and I've been tasked to look at gauge controls as well as the charting controls.  While the Telerik controls are great the charting controls seem to be somewhat inferior in appearance and customisation to many of the competitor products.  And obviously at the moment there are no gauge controls for ASP.net.

Will the upcoming release provide much in the way of charting improvements and even introduction of gauge controls?

If there are no major improvements coming in the next release, are there any known issues surrounding the mixing of Telerik controls and DevExpress charting controls?

Speaking of the next release, is it still scheduled for the first week of June?

Regards,

Jon
Jon
Top achievements
Rank 1
 answered on 28 May 2009
2 answers
62 views
Hi,
When binding the grid, it disregards the dateformat we've set. Is there anything we can do about this?
staron
Top achievements
Rank 1
 answered on 28 May 2009
2 answers
185 views
Hi,

How can I know if the following operations comes from a master record or a detail one?

Because the same event onDeleteCommend,OnUpdateCommend,... is used for both, 

Thanks.
Joseph
Top achievements
Rank 1
 answered on 28 May 2009
1 answer
115 views
Hello,
If I insert a new appointment and if I immediately click on the refresh button, the appointment is being inserted again.
This will happen as many times as I refresh the page.
Any ideas to overcome this?

Thank you
Veselin Vasilev
Telerik team
 answered on 28 May 2009
Narrow your results
Selected tags
Tags
+? more
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?