Telerik Forums
UI for ASP.NET AJAX Forum
5 answers
203 views

Hi All,

  I want to add a new row  below the child item when expand a  Parent item.
  How is it possible?

Thank You.
 
  
 

 
Tsvetina
Telerik team
 answered on 08 Nov 2011
8 answers
144 views
Hello,
I want to make an initial sorting when grid is loaded first but, when I press column header to sort, I want to dismiss initial sorting expressions and follow the grid default sorting procedures. Is that possible? I already know how to sort programmatically but I cannot correctly remove sorting expressions when I don't need them.
Thank you.
Dmitry
Top achievements
Rank 1
 answered on 08 Nov 2011
1 answer
210 views
I am having trouble reading this xml file into Telerik  Ajax RadGrid. The problem is that the xml file is in a weird format that Telerik does not seem to recognize.  Here is an example from the xml file that I want to read into my grid. Does anyone have any suggestions? Thanks
 

<Attribute>
     <Object>
         <Id>27</Id>
         <Type>212</Type>
    </Object>
   <AttributeDef>
        <Id>38</Id>
  </AttributeDef>
  <RowId>0</RowId>
  <StringValue/>
  <DecimalValue xsi:nil="true"/>
  <DateTimeValue xsi:nil="true"/>
  <LongStringValue/>
  <IsLinked>Y</IsLinked>
  <MayModify>Y</MayModify>
  <ValueDescription/>
</Attribute>
Elliott
Top achievements
Rank 2
 answered on 08 Nov 2011
1 answer
208 views
Hi,
I am using RAD Grid, Export To Excel feature and some special characters are not included in Excel Sheet.
Can anyone help about this.

Thanks in Advance.

Regards,
Sanjiv
Princy
Top achievements
Rank 2
 answered on 08 Nov 2011
10 answers
254 views
I have dynamically created grid in my application in which one column is numaric one.

i want to change its formate accordinging to localization of machine.

eg. English US (en-US) locazlizaton on our machine , if want to write  100 number in US localization then we will write it as
1,00.00
if its Argentina Spanish (es-AR) localization then 1.00,00

like wise.

i want o use localization for that specific column. how to do that?



Tsvetina
Telerik team
 answered on 08 Nov 2011
1 answer
74 views


Hi,

I have attched a screen shot .My requirement is to diplay of Treelist data should be in the Screenshot format.
I mean when we click on the  15 it should display data of Question ,Code ,Description ,Permit Type.

is it possible in Treelist how?

Thanks,
Sindu.


Tsvetina
Telerik team
 answered on 08 Nov 2011
4 answers
116 views
Hi there, 

I have a problem on one of my machines when loading the xml in the treeview. 

This error is being thrown:

System.InvalidOperationException: Unable to generate a temporary class (result=1).
;error CS2001: Source file 'C:\Windows\TEMP\duyigyoo.0.cs' could not be found
;error CS2008: No inputs specified
;
;   at System.Xml.Serialization.Compiler.Compile(Assembly parent, String ns, XmlSerializerCompilerParameters xmlParameters, Evidence evidence)
;   at System.Xml.Serialization.TempAssembly.GenerateAssembly(XmlMapping[] xmlMappings, Type[] types, String defaultNamespace, Evidence evidence, XmlSerializerCompilerParameters parameters, Assembly assembly, Hashtable assemblies)
;   at System.Xml.Serialization.XmlSerializer.GenerateTempAssembly(XmlMapping xmlMapping, Type type, String defaultNamespace)
;   at System.Xml.Serialization.XmlSerializer..ctor(Type type, String defaultNamespace)
;   at Telerik.Web.UI.ControlItemContainer.LoadXml(String xml)
;   at GF.Common.Web.FEViews.Pages.Default.Page_Load(Object sender, EventArgs e)"


Any ideas?

Thanks
Nikolay Tsenkov
Telerik team
 answered on 08 Nov 2011
1 answer
78 views
Hi
I have radgrid in my application.
I have once requirement.
I have 7 cloumns of string type and one datetime column.
I'm adding only 3 filter menu items for 6 string type columns.
I want to add some date specific options for Datetime field.
I'm adding filter options as below.
protected void callogGrd_Init(object sender, EventArgs e)
   {
       int i = 0;
        
       GridFilterMenu menu = callogGrd.FilterMenu;
       while (i < menu.Items.Count)
       {
           if ((menu.Items[i].Text == "Contains") || (menu.Items[i].Text == "StartsWith") || (menu.Items[i].Text == "NoFilter"))
           {
               i++;
           }
           else
           {
               menu.Items.RemoveAt(i);
           }
       }
   }
Its not showing for datetime fileds.
What are datetime specific filters and How cloud I add to only datetime filed.
Princy
Top achievements
Rank 2
 answered on 08 Nov 2011
6 answers
113 views
the default for RadToolBarButton puts an "image" area where the background is a different color, i would like to hide this section for all toolbarbuttons.  I've seen the ImagePosition property, but there is no "none".

Any ideas?  Am I just missed something here?
Yeroon
Top achievements
Rank 2
 answered on 08 Nov 2011
1 answer
111 views
Hello,

We found the problem with displaying the input fields in Upload popup of FileExplorer which can be reproduced on your demo in IE7 browser (see attached screenshot).
Could this problem be resolved in some way?

Thanks in advance,
Oleg.

Dobromir
Telerik team
 answered on 08 Nov 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Edmond
Top achievements
Rank 1
Iron
fabrizio
Top achievements
Rank 2
Iron
Veteran
RobMarz
Top achievements
Rank 2
Iron
Fakhrul
Top achievements
Rank 1
Iron
Tejas
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Edmond
Top achievements
Rank 1
Iron
fabrizio
Top achievements
Rank 2
Iron
Veteran
RobMarz
Top achievements
Rank 2
Iron
Fakhrul
Top achievements
Rank 1
Iron
Tejas
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?