Telerik Forums
UI for ASP.NET AJAX Forum
4 answers
402 views
Folks using UI for ASP.NET AJAX Q1 2014 with VS 2012.

I am using below link as Prototype (The Top Grid).

http://demos.telerik.com/aspnet-ajax/grid/examples/functionality/filtering/filter-templates/defaultcs.aspx

I would like to Filter the RadGrid Based on Null Value of the City Combobox as Well as All or Selected Value. I modified the Screen (See attached).

Below is my new Datasource for that ComboBox (i.e RadComboBoxCity) that already has some Null City Values.

<asp:SqlDataSource ID="SqlDataSource3"
        ConnectionString="<%$ ConnectionStrings:NorthwindConnectionString %>" SelectCommand="SELECT DISTINCT City  FROM CustCity"
        runat="server"></asp:SqlDataSource>

Also there are Some Null City Values in Customer Table.

<asp:SqlDataSource ID="SqlDataSource1" ConnectionString="<%$ ConnectionStrings:NorthwindConnectionString %>"
        ProviderName="System.Data.SqlClient" SelectCommand="SELECT CustomerID, ContactName, ContactTitle, City, Country, Bool FROM Customers"
        runat="server"></asp:SqlDataSource>

Any Help is appreciated. Thanks

gc_0620
Princy
Top achievements
Rank 2
 answered on 09 Apr 2014
1 answer
135 views
Hi,
Is it possible to synchronize grid with a google map using the same data?
When I filtering on grid I need to refresh the map with the filtered data.

Thanks



Angel Petrov
Telerik team
 answered on 09 Apr 2014
2 answers
201 views
Hi,

I'm trying to translate labels of style builder in the table and cell properties of radEditor. But in style builder window, the tab name does not change. Here is a screenshot of the window. You can see some labels changed on the right pane but the tab name's did not.

I used the :

<data name="StyleBuilder_BorderTab" xml:space="preserve"> <value>Kenarliklar</value> </data>





Is the data name wrong or I'm missing something else?

Thanks,
S. Cicek

Ianko
Telerik team
 answered on 09 Apr 2014
1 answer
323 views
I've created a RadComboBox with a set of RadComboBoxItems that include tooltips.  

I have the combobox's OnClientSelectedIndexChanged set to call a Javascript function.  

Within that function I'm already able to access the selected value and text.

What I can't seem to find is a way in JavaScript to get to the RadComboBoxItem's ToolTip (Or 'title'.  I've already verified that the LI objects have the correct titles.)

Princy
Top achievements
Rank 2
 answered on 09 Apr 2014
4 answers
172 views

I have a large number of combobox   items inside a grid. The combobox display those
items to slow, so I tried to load Items on portions and after short search a found
what I was looking for. I found the example demo  ComboBox - Load on Demand Modes  . But I can’t figure it out how to do the same
thing inside a Grid?

Joseph
Top achievements
Rank 1
 answered on 09 Apr 2014
1 answer
224 views
Hi,

I have a RadGrid with some numeric columns that contain values that represent bytes.

I was wondering if RadGrid has some built in function to format RadGrid column values as KB, MB, GK depending of the number of bytes? (much like windows explorer does in the ""Size" column of the files grid)?



Thanks in advance,

Rutger
Jayesh Goyani
Top achievements
Rank 2
 answered on 09 Apr 2014
2 answers
357 views
Hi,

Anybody can help me how to disable radtextbox that (ShowButton="true") when click RadioButton? Even though I set radtextbox to disable on client site and textbox is disable,but button is still showing.
I will publish my code for reference.

.aspx
(
<table>
 <tr>
            <td>
                <asp:RadioButton ID="radGuest" Checked="true" runat="server" GroupName="t" Text="Guest" />
            </td>
            <td colspan="4">
                <telerik:RadTextBox ShowButton="true" ID="txtGuest" Text="" runat="server" Width="250px">
                    <ClientEvents OnButtonClick="OnGuestClick" />
                </telerik:RadTextBox>
                <asp:HiddenField ID="hdnGuestKey" Value = "" runat="server" />
            </td>
        </tr>
        <tr>
            <td>
                <asp:RadioButton ID="radCompany" runat="server" GroupName="t" Text="Company" />
            </td>
            <td colspan="4">
                <telerik:RadTextBox ShowButton="true" ID="txtCompany" Text="" runat="server"  Width="250px">
                    <ClientEvents OnButtonClick="OnCompanyClick" />
                </telerik:RadTextBox>
                <asp:HiddenField ID="hdnCompany" Value = "" runat="server" />
            </td>
        </tr>
</table>
)

Client Site
(
   $telerik.$(function () {

            $telerik.$('#<%=radGuest.ClientID %>').unbind('change').bind('change', function () {            
                var txtGuest = $find('<%=txtGuest.ClientID %>');
                var txtCompany = $find('<%=txtCompany.ClientID %>');
                txtGuest.enable();
                txtCompany.disable();
               
            });
            $telerik.$('#<%=radCompany.ClientID %>').unbind('change').bind('change', function () {
                var txtGuest = $find('<%=txtGuest.ClientID %>');
                var txtCompany = $find('<%=txtCompany.ClientID %>');
                txtGuest.disable();
                 txtCompany.enable();
           
            });
        });
)
Myo
Top achievements
Rank 1
 answered on 09 Apr 2014
1 answer
447 views
Hi All,

I am uisng a RadTexbox for taking Email Address from user,which is inside the Radgrid's EditTemplate.I have used asp RegExpressionValidator for validating the user input.For inserting of new record in the grid the RegExpressionValidator is fired, if user enters the invalid email ID.Problem here is  that ,once  I save the record in grid   (by giving correct Email Address), then try to modify the Email Address the RegExpressionValidator is not fired for the invalid input.In other words I can put the problem like,for initial insert of email address RegExpressionValidator is fired for invalid input .If I try to modify Email address with invlaid data RegExpressionValidator  is not at all fired.I want client side validation for this problem.Please help me out in this regard.



Thanks& Regards
Princia
Nekud
Top achievements
Rank 2
 answered on 08 Apr 2014
1 answer
48 views
Hi everyone!
Soon we will buy the ultimate version of telerik for asp.net ajax; we are interested to know if, when request of the software is sent, you receive an activation code for its use, or an installation CD is sent to those who has requested.

Thanks in Advance.

Gionata.
Kolby
Telerik team
 answered on 08 Apr 2014
1 answer
72 views
Hi everyone!
Soon we will buy the ultimate version of telerik for asp.net ajax; we are interested to know if, when request of the software is sent, you receive an activation code for its use, or an installation CD is sent to those who has requested.

Thanks in Advance.

Gionata.
Kolby
Telerik team
 answered on 08 Apr 2014
Narrow your results
Selected tags
Tags
+? more
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?