Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
153 views
Hellow Telerik ,
How to Modify the Layout of Uploading Progress Container.
Upload file status window, looks sloppy. Get things
on one line, eliminate the random breaks.
Regards
Princy
Top achievements
Rank 2
 answered on 07 Nov 2011
3 answers
206 views
Hello! I need save the preferences of user.
I user hide X columns from Header Context menu, order, etcc I need save it.
which is the events of Header Cotext menu, that i can use for that?

Thanks!
Shinu
Top achievements
Rank 2
 answered on 07 Nov 2011
1 answer
174 views
e
hello all.
we need an eform builder that made with asp.net ajax telerik component.who has done this?please help me for this.thanks.
Shinu
Top achievements
Rank 2
 answered on 07 Nov 2011
1 answer
146 views
I have three datepickers on the same page. The calendar is not working in any of them.
I can´t even click the popup buttons. They seem to be always disabled.
The text part works just ok, but the calendar is never shown.
Any hints?
TIA
Shinu
Top achievements
Rank 2
 answered on 07 Nov 2011
1 answer
552 views
Can you tell me how to remove rad tag strip? Everything I've tried did not work so far. Here's what I've tried and neither has worked.
radTabStrip1.Tabs[1].Visible = false;
RadMultiPage1.PageViews.Remove(RadMultiPage1.PageViews[1]);

Thanks,
Ron.
Jayesh Goyani
Top achievements
Rank 2
 answered on 07 Nov 2011
2 answers
211 views
How to set Radtextbox forecolor dynamically in javascript?

Thanks in advance
Shinu
Top achievements
Rank 2
 answered on 07 Nov 2011
3 answers
311 views
Hi, I have a radgrid placed in my page which has data pre-populated with data.
Now in my javascript I have to select a row from radgrid based on the data in the variable.
So it has to get the specific row which has that value.
I need to know if I can select a row from javascript.


For e.g. My grid has data like following

1, 2, 3 (Header)
------------
1,2,3 (Data)
4,2,3 (Data)


Now i want to select a row that has value 4 for column 1 which is actually a second row. Also what happens when paging is enabled in such cases?


Jayesh Goyani
Top achievements
Rank 2
 answered on 07 Nov 2011
22 answers
1.1K+ views
i am using a GridNumericColumn, and i dont want commas to show up in my value. this should be configurable via the DataFormatString property, like so:

    DataFormatString="{0:D}"
    DataFormatString="{0:#####}"

...however, these dont work, my value keeps displaying as: 70,117


whats up?

thanks!
matt
Manish
Top achievements
Rank 1
 answered on 07 Nov 2011
0 answers
89 views
Hi,

We've just upgraded from 2010 to the September version Q2 2011. When we replace the new DLLs in the Visual Studio 2008 Solution (Version 3.5 SP1 .net framework), the solution is not compiling? The version is set to latest. Please help!

Thanks

Please ignore - this has been resolved now.
Elizabeth
Top achievements
Rank 1
 asked on 07 Nov 2011
2 answers
446 views
hi dear telerik team :
i have a RadGrid Like Below :
<telerik:RadGrid ID="grdUsers" runat="server" GridLines="None" Skin="Vista" DataSourceID="sdsUsers"
       AllowPaging="True" AutoGenerateColumns="False" OnItemCommand="grdUsers_ItemCommand"
       Width="900px" AllowSorting="True" PageSize="20">
       <MasterTableView AutoGenerateColumns="False" DataKeyNames="ID" DataSourceID="sdsUsers">
           <DetailTables>
               <telerik:GridTableView runat="server" DataKeyNames="ID,User_ID" DataSourceID="sdsDownload"
                   ShowFooter="True">
                   <ParentTableRelation>
                       <telerik:GridRelationFields DetailKeyField="User_ID" MasterKeyField="ID" />
                   </ParentTableRelation>
                   <CommandItemSettings ExportToPdfText="Export to Pdf" />
                   <RowIndicatorColumn FilterControlAltText="Filter RowIndicator column">
                       <HeaderStyle Width="20px" />
                   </RowIndicatorColumn>
                   <ExpandCollapseColumn FilterControlAltText="Filter ExpandColumn column">
                       <HeaderStyle Width="20px" />
                   </ExpandCollapseColumn>
                   <Columns>
                       <telerik:GridBoundColumn DataField="ID" DataType="System.Int32" FilterControlAltText="Filter ID column"
                           HeaderText="ID" ReadOnly="True" SortExpression="ID" UniqueName="ID">
                       </telerik:GridBoundColumn>
                       <telerik:GridBoundColumn DataField="User_ID" DataType="System.Int32" FilterControlAltText="Filter User_ID column"
                           HeaderText="User_ID" SortExpression="User_ID" UniqueName="User_ID">
                       </telerik:GridBoundColumn>
 
                       <telerik:GridBoundColumn DataField="FileSize" FilterControlAltText="Filter FileSize column"
                           HeaderText="FileSize" SortExpression="FileSize" UniqueName="FileSize" Aggregate="Sum">
                       </telerik:GridBoundColumn>
                   </Columns>
                   <EditFormSettings>
                       <EditColumn FilterControlAltText="Filter EditCommandColumn column">
                       </EditColumn>
                   </EditFormSettings>
               </telerik:GridTableView>
           </DetailTables>
           <CommandItemSettings ExportToPdfText="Export to Pdf"></CommandItemSettings>
           <RowIndicatorColumn FilterControlAltText="Filter RowIndicator column">
               <HeaderStyle Width="20px"></HeaderStyle>
           </RowIndicatorColumn>
           <ExpandCollapseColumn FilterControlAltText="Filter ExpandColumn column" Visible="True">
               <HeaderStyle Width="20px"></HeaderStyle>
           </ExpandCollapseColumn>
           <Columns>
               <telerik:GridBoundColumn DataField="ID" FilterControlAltText="Filter ID column" HeaderText="ID"
                   SortExpression="ID" UniqueName="ID">
                   <HeaderStyle HorizontalAlign="Center" VerticalAlign="Middle" />
                   <ItemStyle HorizontalAlign="Center" VerticalAlign="Middle" />
               </telerik:GridBoundColumn>
               <telerik:GridBoundColumn DataField="FirstName" FilterControlAltText="Filter FirstName column"
                   HeaderText="FirstName" SortExpression="FirstName" UniqueName="FirstName">
                   <HeaderStyle HorizontalAlign="Center" VerticalAlign="Middle" />
                   <ItemStyle HorizontalAlign="Center" VerticalAlign="Middle" />
               </telerik:GridBoundColumn>
           </Columns>
           <EditFormSettings>
               <EditColumn FilterControlAltText="Filter EditCommandColumn column">
               </EditColumn>
           </EditFormSettings>
       </MasterTableView>
       <FilterMenu EnableImageSprites="False">
       </FilterMenu>
       <HeaderContextMenu CssClass="GridContextMenu GridContextMenu_Default">
       </HeaderContextMenu>
   </telerik:RadGrid>

this is a Hierarchy grid with two tables (one master and one detail).
i have a column in detail table named (FileSize)!
FileSize Column Shows Us Some FileSizes In Bytes.
I want to have sum of FileSizes in The footer of FileSize column (in Detail table), so i set it's aggregate!
I wrote a method for change bytes to KB or MB or GB!
how can i change that Aggregate sum by my method in code behind for getting KB or MB or GB?

thanks in advance
best regards
Jayesh Goyani
Top achievements
Rank 2
 answered on 06 Nov 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?