Telerik Forums
UI for ASP.NET AJAX Forum
7 answers
231 views
RadAsyncUpload in Grid

I noticed this on the Upload example:

"You need to ensure that any submit buttons on the page are disabled while upload is in progress. Otherwise, there is no guarantee that the files will be uploaded successfully"

How would I do that?

Marty
moegal
Top achievements
Rank 1
 answered on 26 Mar 2014
4 answers
121 views
Hey,

When using the RadEditor to markup some html5 microdata, it seems to strip out the 'itemscope' property.

So when in HTML pane pasting something like:
<span itemprop="geo" itemscope itemtype="http://schema.org/GeoCoordinates">
    <meta itemprop="latitude" content="1.23456" />
    <meta itemprop="longitude" content="1.23456" />
</span>

it saves it like this:

<span itemprop="geo" itemtype="http://schema.org/GeoCoordinates">
    <meta itemprop="latitude" content="1.23456" />
    <meta itemprop="longitude" content="1.23456" />
</span>

This happens both on <span> and <div> and not just on geo microdata but all items containing 'itemscope'.

In this case I'm using the RadEditor inside Sitefinity v5.1, but after confirming Sitefinity doesn't strip/filter anything and its a RadEditor issue, I'm posting the question here...

Has anyone run into this and found a workaround ?

Jochem
Petar
Top achievements
Rank 1
 answered on 26 Mar 2014
1 answer
45 views
In development when I add the Filemanager to a screen and try to open the file explorer I get the error

HTTP Error 403.14 - ForbiddenThe Web server is configured to not list the contents of this directory.

I and just trying to access a subfolder in the web directory on my machine in VS2013
Frank
Top achievements
Rank 1
 answered on 26 Mar 2014
5 answers
213 views
I am not able to bind this checkbox to a nullable bit in sql:
<EditFormSettings EditFormType="Template">
  <FormTemplate>
  <telerik:RadButton ID="btnToggle"  runat="server" ToggleType="CheckBox" ButtonType="LinkButton" Checked='<%# Bind("inBudgetPCS") %>' >
  <ToggleStates>
   <telerik:RadButtonToggleState Text="In Budget" PrimaryIconCssClass="rbToggleCheckboxChecked" />
   <telerik:RadButtonToggleState Text="Not in Budget" PrimaryIconCssClass="rbToggleCheckbox" />
 </ToggleStates>
</telerik:RadButton>
  </FormTemplate>
</EditFormSettings>
It keeps generating "Invalid cast exception"
Maria Ilieva
Telerik team
 answered on 26 Mar 2014
4 answers
1.3K+ views
What's the best way to show Yes/No for boolean columns instead of true false? I don't want to change it in the SQL, because it would affect my ability to query and sort.

Thanks,
Andrew
Stef
Telerik team
 answered on 26 Mar 2014
4 answers
231 views
Is it possible to add template columns after Page_Init? 
I have dynamic columns in a radgrid that is nested inside another radgrid that can only be calculated after the parent radgrid is bound. 
This was working fine when I was binding the parent in Page_Init, but now I am binding it with the NeedDataSource event and the template columns no longer render, since Page_Init has already fired.

Is there anything I can do after Page_Init to render the columns added?
Eric
Top achievements
Rank 1
 answered on 26 Mar 2014
3 answers
95 views
Would media queries mess up the processes that go on between design / html / preview ?
Bozhidar
Telerik team
 answered on 26 Mar 2014
1 answer
149 views
in the drawing tools(pencil, draw circle, draw rectangle, and line) if you select one it shows the default color selected as white, however the default color is actually black and default fill for circle and rectangle is transparent... is there any setting i can put in to override the default color and make sure that the correct color displays when a user starts using those controls?
Slav
Telerik team
 answered on 26 Mar 2014
7 answers
204 views
We have a pretty simple grid, selected by a GridClientSelectColumn in each row.  We noticed the other day that if we selected, paged, then paged back, we lost the selection.

Implemented the client-side persistence as shown here, works great!

However, the grid only lets us have access to the current page's selections through grid.MasterTableView.GetSelectedItems on the server side when updating.  I also tried testing with grid.get_selectedItems() on the client, still only got the current page's selections.

Obviously, we want our users to be able to page through the options and then hit the submit button only once to save, instead of having to save on each page of the grid.

What am I missing to get the universe of selections from the grid instead of only the current page's selections?

Thank you,

Scott
Pavlina
Telerik team
 answered on 26 Mar 2014
1 answer
100 views
I have been asked to move the sort arrows to the left of the grid header columns. This means that they will be displayed before the text.

I was just wondering is this possible with a Telerik grid?
Princy
Top achievements
Rank 2
 answered on 26 Mar 2014
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?