Telerik Forums
UI for ASP.NET AJAX Forum
0 answers
75 views
Hi,
Me again, as I say, Am new to both asp.net and Telerik.
I have added a user control in the telerik panel bar.
The user control contains many text boxes and dropdows. I have not set the tab order as the controls are placed in order using <table>
I guess this should provide proper tab order but the tab order is not retained.
The <td> in table were chaged many a times for the UI changes.
I tried giving tabindex to the controls but of no use. Pl suggest as to how to retain the tab order. I searched in the net but dint get a satisfactory solution
rajani
Top achievements
Rank 1
 asked on 27 Oct 2010
2 answers
547 views
I have a textbox where I need to accept a System ID.  The System ID is 6-10 numeric digits.  I do NOT want any "group separators" between groupings.  How do I do it?  It won't let me set as blank.  The largest I'm allowed to set group size is 9, which is not big enough to always hide it.
msigman
Top achievements
Rank 2
 answered on 27 Oct 2010
1 answer
39 views
Hi,

Telerik chart comtrol is only loading , if we put our web application in default application pool.
otherwise, chart is not loading.

If we, create an new IIS pool [ integrated or classic] , then chart is not loading.

Telerik Chart is not loading other than if we put our apps in other application pool.


Please help.

Regards
Mainak
Ves
Telerik team
 answered on 27 Oct 2010
4 answers
89 views
Hello,

I'm setting up the grid to bind client-side.  I'm also creating my columns programmatically following all of your documentation.  It's working okay so far except for the hyperlink column.  I'm thinking it's because the hyperlink column is using a data format string?  Basically none of the column cells get populated.  Is this a known issue?  I also haven't tried many other column types, just the Bound and the ClientSelect - those are working fine.

Any insight is appreciated!
Dasha
Top achievements
Rank 1
 answered on 27 Oct 2010
1 answer
104 views
I have a RadGrid and have two columns, Start Date and End Date, that displays in standard MM/dd/yyyy format but I need the filtering to be in yyyy/MM/dd format. Otherwise, something like 12/08/2009 evaluates as greater than 04/01/2010 (because it will compare the month values first, not the year values).

I've looked through several different demos/examples and cannot find the right mix.

Also, I do not want the DatePicker control to be shown in the filter. I want to use only a textbox with the filter icon visible next to it.

Here is the relevant portion of my grid:

<telerik:RadGrid ID="radgrdMyPrograms" runat="server" Width="100%" DataSourceID="ldsProgramsAllByUserName" EnableLinqExpressions="true"
    EnableEmbeddedSkins="false" Skin="DMCpro" ShowStatusBar="true"
    AutoGenerateColumns="false" AllowFilteringByColumn="true" AllowPaging="true" AllowSorting="true" PageSize="20" >
    <ClientSettings EnableRowHoverStyle="true" Selecting-AllowRowSelect="true" Scrolling-AllowScroll="true" Scrolling-ScrollHeight="600px" Scrolling-UseStaticHeaders="true" />
    <GroupingSettings CaseSensitive="false" />
    <MasterTableView TableLayout="Fixed" DataKeyNames="ProgramID,ProgramName,ClientId,Client" >
        <HeaderStyle HorizontalAlign="Left" />
        <ItemStyle Font-Size="Small" Wrap="false" />
        <AlternatingItemStyle Font-Size="Small" Wrap="false" />
        <Columns>
            <telerik:GridHyperLinkColumn HeaderText="Program #" DataTextField="ProgramID" SortExpression="ProgramID" UniqueName="ProgramID" 
                HeaderStyle-CssClass="radGridViewHeader" HeaderStyle-Width="80px" HeaderStyle-HorizontalAlign="Left" AllowFiltering="false" />
            <telerik:GridBoundColumn HeaderText="Program" DataField="ProgramName" SortExpression="ProgramName" UniqueName="ProgramName"
                HeaderStyle-CssClass="radGridViewHeader" HeaderStyle-Width="150px"
                AutoPostBackOnFilter="true" ShowFilterIcon="false" FilterControlWidth="150px" />
            <telerik:GridBoundColumn HeaderText="AE" DataField="AEName" SortExpression="AEName" UniqueName="AE"
                HeaderStyle-CssClass="radGridViewHeader" HeaderStyle-Width="35px" AllowFiltering="false" />
            <telerik:GridDateTimeColumn HeaderText="Start Date" DataField="StartDate" SortExpression="StartDate" UniqueName="StartDate"
                HeaderStyle-CssClass="radGridViewHeader" HeaderStyle-Width="95px" PickerType="None"
                AutoPostBackOnFilter="true" FilterControlWidth="65px" />
            <telerik:GridDateTimeColumn HeaderText="End Date" DataField="EndDate" SortExpression="EndDate" UniqueName="EndDate"
                HeaderStyle-CssClass="radGridViewHeader" HeaderStyle-Width="95px" PickerType="None"
                AutoPostBackOnFilter="true" FilterControlWidth="65px" />


BTW, I tried using DataFormatString = "{0:yyyy/MM/dd}" in the GridDateTimeColumns but that has no effect.  I've also tried using just GridBoundColumn instead of GridDateTimeColumn and cannot get it to work either.

How can I accomplish being able to filter in yyyy/MM/dd format?

Thanks.
Jerry T.
Top achievements
Rank 1
 answered on 27 Oct 2010
1 answer
58 views
I can't figure out how to add the code to the site.  I've put the code in the template, but the templates aren't updating on the pages unless I open them individually and save them.  There are hundreds of pages on the site!  Do I really have to open and save hundreds of pages just to be able to use Google Analytics?  What if I need to make changes to my metrics later?!  Will I have to do this every time I need to update the Google JS?  Please help.
Rumen
Telerik team
 answered on 27 Oct 2010
4 answers
233 views
Hi im trying to do something and i cant find they way to do it...
Here is what i want to do...
I have a RadComboBox filled with a datasource and i want to have a button to add what i have selected in the RCB to a temp Radgrid (i got to be able to add as rows as i need from the same RCB) plus i need to be added an editable checkbox column for each row...
i dont want to save anything to database. i just need this radgrid to display the info. My codebehind is VB

Hope someone can help me... and Thanks!

Carlos.
Carlos
Top achievements
Rank 1
 answered on 27 Oct 2010
8 answers
111 views
The Data Source Configuration page doesn't mention the DataReminderField property

-- 
Stuart
Veronica
Telerik team
 answered on 27 Oct 2010
2 answers
87 views
I am dragging from a ListBox to a Treeview.  Everything is going well so far.

I would like to control the way the text appears while it is being dragged (or drug?).  If there is a CSS class I can override, that'd be great. If I need to set the class name onListBoxDragStart for instance, that'd be fine too.  I just need a little help from the experts please.

Thanks!
Jon Shipman
Top achievements
Rank 1
 answered on 27 Oct 2010
5 answers
86 views
The problem is the labels at the bottom are too crowded together... I need some way for the chart to know this and to only give a x axis label ever 20 picels for example...

Can this be done ?

matt
Top achievements
Rank 1
 answered on 27 Oct 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
Ambisoft
Top achievements
Rank 2
Iron
Pascal
Top achievements
Rank 2
Iron
Matthew
Top achievements
Rank 1
Sergii
Top achievements
Rank 1
Andrey
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Ambisoft
Top achievements
Rank 2
Iron
Pascal
Top achievements
Rank 2
Iron
Matthew
Top achievements
Rank 1
Sergii
Top achievements
Rank 1
Andrey
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?