Telerik Forums
UI for ASP.NET AJAX Forum
0 answers
120 views
Hi team,
Need your help,
I want to apply validation on Rad Grid filter.
Example: If grid having four column like "Name","Age","City" and "Phone".
Now user want to search on grid with age it should take only numeric value( for example: 20,30,40 etc..).
 Filter don't except text field for example (Age: "Twenty","Fifty",etc..)
When user trying to give "Age" in text field then error message should be display.

Thanks
Chandan SIngh





chandan singh
Top achievements
Rank 1
 asked on 25 May 2012
0 answers
76 views
Hello EveryBody,
            
            I am using 4 Comboboxes and one Grid control, I am binding large amount of data to the comboboxes(I am fetching total amount of data at a time and then I stored in viewstate) . When I am trying to open a grid to add a new record (after binding the data to the comboboxes it takes long time(that grid contain one combobox in it) when i try to select one item in the combobox it is showing error Page Requestmanager server error exception (see that attachment...) after that i can't do any thing on the page.

If I open the same grid before selecting the data  it is working fine.i don;t have any problem  with the grid
please help me how to solve this problem...
thank in advance.....
Madhuri
Top achievements
Rank 1
 asked on 25 May 2012
4 answers
91 views
RoundedCorners disappear if I use TextMode = "MultiLine"
Works if i use singelline.
Kjell
Top achievements
Rank 1
Iron
Iron
 answered on 25 May 2012
0 answers
113 views
Hello EveryBody,

    I am using Rad menu control in my Website, but some times it is not working properly(means when i am trying to open the menu it is opening), if I press F5 the page had refreshed and it is working fine. why i got this problem i don't know please give me your valuable suggestions..............


thanks in advance.
Madhuri
Top achievements
Rank 1
 asked on 25 May 2012
1 answer
87 views
I am trying to hide the edit column fro a bound column with user id=25 using getcolumn() method in prerender.But it hides the column for all users.How to hide the column for single user?
Princy
Top achievements
Rank 2
 answered on 25 May 2012
2 answers
1.1K+ views
Hi everyone,
I'd like to run a JS-function wich does several stuff to the available controls, right after the loading of the site.
Now, I tried to us window.onload but the problem is if i use there the $.find method, the page is not yet loaded completely and the return of the $find-call is empty.
Are there other ways to solve this, like other events, which are only called when the page was toatally loaded?
How to use this other possibilities?

Greetings,
Marcel
Marcel
Top achievements
Rank 1
 answered on 25 May 2012
6 answers
135 views
We have an application developed in .net framework 2.0. All rad controls are working fine in IIS6. But when we host the application in IIS 7.0 all controls except rad editor is working fine. The rad editor is showing as a text area. Is there any fix?
josephjijo
Top achievements
Rank 1
 answered on 25 May 2012
1 answer
380 views
Hello 
i have  a problem with Radgrid and RadNumericTextBox
i am using a EditFormType Template that user updates only 2 values
 from the selected row of gridview.

inside that template i am using a RadNumericTextBox to let user insert a 
desired numeric value...
the problem is that when i hit the Update button , NULL value is stored in
database....If i use a standart
asp textbox the value is stored fine.
Could somebody help?






<
telerik:RadGrid ID="RadGrid1" runat="server"  AllowAutomaticUpdates="True"
                                AllowFilteringByColumn="True" AllowPaging="True" AllowSorting="True"
                                AutoGenerateEditColumn="True"
            DataSourceID="SqlDataSource1" GridLines="None"
  
                                PageSize="100" ShowGroupPanel="True" Skin="Default">
                                <ClientSettings AllowDragToGroup="True">
                                    <Selecting AllowRowSelect="True" />
                                    <ClientEvents OnRowDblClick="RowDblClick" />
                                </ClientSettings>
                                <MasterTableView  autogeneratecolumns="False" datakeynames="ic"
                                    datasourceid="SqlDataSource1" EditMode="PopUp" GroupLoadMode="Client">
                                    <GroupByExpressions>
                                        <telerik:GridGroupByExpression>
                                            <SelectFields>
                                                <telerik:GridGroupByField FieldAlias="symbasi" FieldName="symbasi" />
                                            </SelectFields>
                                            <GroupByFields>
                                                <telerik:GridGroupByField FieldName="symbasi" />
                                            </GroupByFields>
                                        </telerik:GridGroupByExpression>
                                    </GroupByExpressions>
                                    <RowIndicatorColumn FilterControlAltText="Filter RowIndicator column">
                                        <HeaderStyle Width="20px" />
                                    </RowIndicatorColumn>
                                    <ExpandCollapseColumn FilterControlAltText="Filter ExpandColumn column">
                                        <HeaderStyle Width="20px" />
                                    </ExpandCollapseColumn>
                                    <Columns>
                                        <telerik:GridBoundColumn AllowFiltering="false" Visible="false" UniqueName="ic" HeaderText="ic" DataField="ic">
                                        <HeaderStyle Width="60px"></HeaderStyle>
                                        </telerik:GridBoundColumn>
                                        <telerik:GridBoundColumn  UniqueName="Symbasi" HeaderText="Σύμβαση" DataField="Symbasi">
                                        </telerik:GridBoundColumn>
                                        <telerik:GridBoundColumn UniqueName="Logar" HeaderText="Λογαριασμός" DataField="Logar">
                                        </telerik:GridBoundColumn>
                                        <telerik:GridBoundColumn UniqueName="asset_class" HeaderText="Asset Class" DataField="asset_class">
                                        </telerik:GridBoundColumn>
                                        <telerik:GridBoundColumn UniqueName="poso" HeaderText="Ποσό" DataField ="poso"  dataFormatString="{0:###,##0.00}" >
                                        </telerik:GridBoundColumn>
                                        <telerik:GridBoundColumn UniqueName="pososto" HeaderText="Ποσοστό" DataField="pososto" dataFormatString="{0:###,##0.00}"  >
                                        </telerik:GridBoundColumn>
                                        <telerik:GridBoundColumn UniqueName="Ekptosi" HeaderText="Εκπτωση" DataField="Ekptosi" dataFormatString="{0:###,##0.00}">
                                        </telerik:GridBoundColumn>     
                                        <telerik:GridBoundColumn UniqueName="Total" HeaderText="Total" DataField="Total" dataFormatString="{0:###,##0.00}">
                                        </telerik:GridBoundColumn>
                                    </Columns>
                                     
                                    <EditFormSettings   InsertCaption="Add new item" CaptionFormatString="ic: {0}"
                CaptionDataField="ic" EditFormType="Template" PopUpSettings-Modal="true">
                                        <EditColumn    FilterControlAltText="Filter EditCommandColumn column">
                                        </EditColumn>
                                        <FormTemplate>
                                            
                                            <table ID="Table1" border="0" cellpadding="1" cellspacing="1" width="250">
  
                                                <tr>
                                                    <td>
                                                        Ποσό: </td><td>
                                                        <asp:TextBox ID="TextBox1" Enabled="false" runat="server" Text='<%# Bind("poso","{0:0.00}") %>' > </asp:TextBox></td></tr><tr>
                                                    <td>
                                                        ΕΚΠΤΩΣΗ: </td><td>
                                                       <telerik:RadNumericTextBox
                                                         ID="TextBox10"  
                                                         DbValue='<%#  Convert.ToDouble(Eval("Ekptosi"))   %>'
                                                         runat="server"
                                                         ShowSpinButtons="true" 
                                                         MinValue="0"
                                                         MaxValue='<%# Convert.ToDouble(Eval("poso")) %>'>
                                                         <ClientEvents OnKeyPress="NumericTextBoxOnLoad" />
                                                       </telerik:RadNumericTextBox>
  
                                                    </td></tr><tr>
                                            </tr><tr>
                               
                                 </tr></table><table style="width: 100%">
                                                <tr>
                                                    <td align="right" colspan="2">
                                                        
                                                        <asp:Button ID="Button1" runat="server" CommandName="Update" Text="Update"   />
                                                          <asp:Button ID="Button2" runat="server" CausesValidation="False"
                                                            CommandName="Cancel" Text="Cancel" />
                                                    </td>
                                                </tr>
                                            </table>
                                        </FormTemplate>
  
                                    </EditFormSettings>
                                </MasterTableView>
                               
                            </telerik:RadGrid>

George
Top achievements
Rank 1
 answered on 25 May 2012
1 answer
87 views
Please see the following scenarios, can they be treated as a bugs?

Scenario to reproduce:
1) Type some line of the text
2) Delete some count of characters from the end of line using the backspace
3) Click "Undo"
Result:
the whole line is deleted
When expected:
Deleted characters come back

Separate situation occurs with line breaks:
1) Insert some line breaks
2) Delete last one using backspace
3) Click Undo
Result:
Nothing happens
When expected:
Deleted line break comes back
Rumen
Telerik team
 answered on 25 May 2012
3 answers
170 views
Hi there

I have a very long description field in my radgrid, what I would like to do is display the first 50 chars and then have a mouse over event that will show the full description.

Normally I do this with the <abbr> tag, but not sure how to apply this to a radgrid, or even if there is a built in function to handle something like this?
Jako
Top achievements
Rank 1
 answered on 25 May 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
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?