Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
217 views

 Hello everyone,

Can anybody tell mi how to bind selected rows from temporary datatable to rad grid.

Thank You

Priyanka
Top achievements
Rank 1
 answered on 31 Dec 2016
3 answers
187 views

I believe I found a limitation in the batch editing feature which doesn't appear to be documented anywhere. I have been able to replicate this using your online batch editing demo at http://demos.telerik.com/aspnet-ajax/grid/examples/data-editing/batch-editing/defaultcs.aspx

The limitation has to do with making changes to text fields that include html markup. For example, in your demo, if I click to batch edit the ProductName column and enter something like '<b>My Product Name</b>', the text is saved properly upon saving the batch edit, and the product name is displayed in bold in the grid. However, if I then go to edit this field again, the full html text is not shown in the editor... only 'My Product Name'. Saving this obviously strips the <b> tags.

It seems the editor is not able to render these tags. I wouldn't expect a simple text field editor to display rich text, but I would expect it to display the actual text as saved in the datasource (in this case '<b>My Product Name</b>'). I'm not sure why the editor strips the '<b>' and '</b>' tags. I tried using the encoded values for these tags (like &lt; and &gt;) and the same thing happens. This basically means that one cannot use batch editing when storing html values.

You may want to emphasize this limitation somewhere so people don't waste there time trying to implement batch-editing solutions for html content. Also, is there a particular reason for this limitation? I can see how stripping script tags would make sense from a security standpoint, but I'm not really sure about other valid html. Is this something that won't be a limitation in the future?

 

Viktor Tachev
Telerik team
 answered on 30 Dec 2016
1 answer
142 views
can i create a new appointment inside radScheduler based on a single date(select only one day without the need of selecting start date and end date) for example if we have an occasion like birthday the user should have only one date picker to select the day of the birthday without the need of selecting start day and end day . please review the attached picture to help you understand more what i need.
Veselin Tsvetanov
Telerik team
 answered on 30 Dec 2016
1 answer
102 views

Is there a way to add a description when loading images via a folder?

Thanks

 

Konstantin Dikov
Telerik team
 answered on 30 Dec 2016
2 answers
1.1K+ views
Hello,
I would like to select in a radgrid the row containing for a certain column a certain value. How do I do that having as input the value of one of the columns? I also wish that if the radgrid has multiple pages, that the result view is positioned correctly.

Thank you very much.
Richard
Top achievements
Rank 1
 answered on 29 Dec 2016
7 answers
537 views
I began following the instructions found here http://www.telerik.com/help/aspnet-ajax/introduction-controlling-appearance-overview.html for changing the skin of a telerik menu.

However, when I got to step 4 the word "Default" was there but no drop down list.  

I then added a RadSkinManager to my page to troubleshoot the issue i.e. <telerik:RadSkinManager ID="QsfSkinManager" runat="server" ShowChooser="true" />. The drop down list appeared with all of the skin names.  This was great, but when I click on any skin name other than "Default" all of the style is lost and no skin is applied.

Please help me get the telerik skins back.
Bozhidar
Telerik team
 answered on 29 Dec 2016
5 answers
820 views
I have problem get sorting working. Code is below:

    <telerik:RadGrid ID="RadGridList" runat="server" AutoGenerateColumns="false" AllowSorting="true" AllowPaging="true" PageSize="20" ShowGroupPanel="true" AllowFilteringByColumn="true">
        <GroupingSettings ShowUnGroupButton="true" />
        <MasterTableView GroupLoadMode="Client" TableLayout="Fixed" EnableGroupsExpandAll="true" AllowCustomSorting="true">
            <GroupByExpressions>
                <telerik:GridGroupByExpression>
                    <SelectFields>
                        <telerik:GridGroupByField FieldAlias="Name" FieldName="Name" />
                    </SelectFields>
                    <GroupByFields>
                        <telerik:GridGroupByField FieldName="Name" SortOrder="Descending" />
                    </GroupByFields>
                </telerik:GridGroupByExpression>
            </GroupByExpressions>
            <Columns>
                <telerik:GridBoundColumn DataField="Name" HeaderText="Name" AllowSorting="true"></telerik:GridBoundColumn>
                <telerik:GridBoundColumn DataField="Id" HeaderText="ID"></telerik:GridBoundColumn>
            </Columns>
        </MasterTableView>
        <GroupingSettings ShowUnGroupButton="true" />
        <ClientSettings AllowDragToGroup="true">
            <Selecting AllowRowSelect="true" />
        </ClientSettings>
    </telerik:RadGrid>

Sorting in GroupByExpression tag does work. The column sorting doesn't work. Any idea is appreciated!











Konstantin Dikov
Telerik team
 answered on 29 Dec 2016
1 answer
234 views

If we can make a request for something I'd like a chat control for website/ office use. Doesn't have to be elaborate. User see's a anchor tag on the site and can click on it for chatting with an operator. Obv both side would need to be developed.

That or an SMS message that could be sent to an operator.

Just a thought.

Patrick | Technical Support Engineer, Senior
Telerik team
 answered on 28 Dec 2016
13 answers
332 views
Hi,

I think it'd be useful to have a control that would display a google/mapquest or whatever map in a panel, styled or not, and have a locations collection.

Each location has a lat/long, description field (html code or text). The description field could use a CSS Class to style the html inside it and so on. The description contents would be in a pop-up bubble that could be shown or not by default and the marker could be clicked to show/hide the bubble.

Each time a web site is developed, should the company/client have a location, it would be useful to be able to drop a RadMap control, specify which map interface to use (google/mapquest,etc.), add location(s) and the control would generate and set the starting position for the map including zoomlevel, either map/satellite/topography and so on.

This could be really useful when tied to a "find closest location to you" scenario where all locations could be added to a map and you could have links that would change the focus point of the map window.

What do you think?
David
Top achievements
Rank 1
 answered on 28 Dec 2016
1 answer
77 views
Hello, I would like to know how to translate filter topics in Q2009? The current version I observed by the documentation that have specific attributes but in the Q2009 version does not have, can help?
Konstantin Dikov
Telerik team
 answered on 28 Dec 2016
Narrow your results
Selected tags
Tags
+? more
Top users last month
Bohdan
Top achievements
Rank 3
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Elliot
Top achievements
Rank 1
Iron
Iron
Iron
Sunil
Top achievements
Rank 1
Cynthia
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Bohdan
Top achievements
Rank 3
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Elliot
Top achievements
Rank 1
Iron
Iron
Iron
Sunil
Top achievements
Rank 1
Cynthia
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?