Hi
I have a RadGrid setup with AllowMultiRowSelection="true", AllowRowSelect="true", EnablePostbackOnRowClick="true" and an OnSelectedIndexChanged event. This works great when I select any individual row but I need that even to fire when you use the select all option that appears in the header. Is there any way to achieve this effect?
Thank you
HI all,
I have a problem with my KendoGrid which is placed on a Bootstrap Modalbox, the modalbox closes when clicked outside the box.
When clicking on the 'Group Filter' close button on the grid, it unfortunately also is closing the modalbox. None for the other click events on the grid does that.
I do I stop the "close button event" from closing/hidding the underlying modalbox? (See pics for visualization)
/Thanks,
Hi all ,
I have a requirement where I want the data in a currency column to be separated by commas. I have tried with different formats where i get commas but with '$' sign.I want commas with '$'. Any help is appreciated.
I found out that Insert, Edit and Delete in a RadGrid works only when you use Advanced Data Binding. Sadly I don“t find any example of this in the sample/tutorials. Maybe someone can link me an example???
In the examples for "Data Editing" in Grid there is only an example with CRUD Operations and nothing with the Advanced Data Binding.
http://demos.telerik.com/aspnet-ajax/grid/examples/data-editing/automatic-crud-operations/defaultcs.aspx
Thanks
J.
other links I found this mentioned informations.
http://docs.telerik.com/devtools/aspnet-ajax/controls/grid/data-binding/understanding-data-binding/server-side-binding/advanced-data-binding-(using-needdatasource-event)
http://docs.telerik.com/devtools/aspnet-ajax/controls/grid/data-binding/understanding-data-binding/server-side-binding/advanced-data-binding-(using-needdatasource-event)
Hello,
Suddenly today after latest Chrome 47.0.2526.73m release (Dec 1), latest version of Telerik Asp.Net (2015.3.1111.40) (and previous stable release) AsyncUpload does not work...the progress just shows as it taking forever to upload and never ends.
Works fine in IE 11 and Firefox.
Note that it does this in development and especially when deployed. I've had my code in place for a long time without trouble. Not sure if this is even a Telerik problem, but others may find helpful?
.Net 4.0
<
html
xmlns
=
"http://www.w3.org/1999/xhtml"
>
<
head
runat
=
"server"
>
<
title
></
title
>
</
head
>
<
body
>
<
form
id
=
"form1"
runat
=
"server"
>
<
div
>
<
telerik:RadScriptManager
runat
=
"server"
ID
=
"RadScriptManager1"
/>
<
telerik:RadSkinManager
ID
=
"RadSkinManager1"
runat
=
"server"
ShowChooser
=
"true"
/>
<
div
class
=
"demo-container size-thin"
>
<
telerik:RadAsyncUpload
runat
=
"server"
ID
=
"AsyncUpload1"
MultipleFileSelection
=
"Automatic"
/>
</
div
>
</
div
>
</
form
>
</
body
>
</
html
>
Hi!
After the upgrade to version 2016.1.113.45 the RadScriptBlock is updated every time after an AjaxRequest on the page though the RadScriptBlock is not embedded in an Update-Panel nor in a collection of the RadAjaxManager(Proxy) UpdatedControls. This destroys all my previous JavaScript initialization after an Ajax-Postback :(
With version 2015.3.1111.45 everything is working as expected.
In the sample below the timestamp is updated after every Ajax-Postback...
<
telerik:RadScriptBlock
ID
=
"MainScriptBlock"
runat
=
"server"
>
<
script
type
=
"text/javascript"
>
alert("<%= DateTime.Now.ToString() %>");
</
script
>
</
telerik:RadScriptBlock
>
Hi,
we're thinking about buying your products thanks to the ImageEditor you have. Downloaded the Trial and played around with it.
But I couldn't figure out how to make the ImageEditor to work with an ImageGallery.
What wee need is to be able to:
1. Load image(s) into the gallery.
2. When the user clicks an image, open that image in a popup/modal window displaying it in a ImageEditor.
Is this possible?