Hello,
I have a Rad grid with combination of Bound & Template columns in it.
On page load I used Need Data Source handler to bind the rad grid.
Now in my case for page actions I am trying to bind the Rad grid from client side by calling Web Method via $.Ajax() function.
Here, bound columns gets populated correctly however, the text of label control in grid template column not showing.
I have tried many alternate ways to bind the template column at client side with no success.
Could someone please advise how should I display the text of label control in grid template column on client side binding?
<
OBJECT
codeBase
=
"http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0"
classid
=
clsid
:d27cdb6e-ae6d-11cf-96b8-444553540000
width
=
512
>
<
param
name
=
'flashvars'
value
=
'file=http://122.165.16.58:91/CourseBuilder/Video/sample.flv'
/><
param
name
=
'movie'
value
=
'http://122.165.16.58:91/CourseBuilder/Video/player.swf'
/><
embed
src
=
'http://122.165.16.58:91/CourseBuilder/Video/player.swf'
originalAttribute
=
"src"
originalPath
=
'http://122.165.16.58:91/CourseBuilder/Video/player.swf'
width
=
'512'
height
=
'300'
bgcolor
=
'#FFFFFF'
type
=
'application/x-shockwave-flash'
pluginspage
=
'http://www.macromedia.com/go/getflashplayer'
flashvars
=
'file=http://122.165.16.58:91/CourseBuilder/Video/sample.flv'
></
OBJECT
>
Hi,
We are facing problem for column sorting in RadGrid. We are adding columns dynamically to grid. and values are set in Itemdata bound event.
can anyone help and provide suggestion on this? so that grid column sorting works on these dynamic generated columns once the data is loaded or bound in Itemdatabound.
Thanks
Hello Telerik!
I need your help urgently. I am stuck in this problem since 2 days. I have a Rad Window which is opened in javascript. This window is opened as maximized using oWnd.maximize();
This window's content .aspx page is having a RadTabStrip with RadMultiPageView. The width of RadMultiPage is set in Pixels.
When I restore the window and resize it , It should be showing the scroll bars as now the content of the window is beyond the size of the window. And this is what happens in FF and IE.. which is correct but I don't see any scrolls in the Chrome.
I have spent a lot of time in this issue and still not able to figure it out... Kindly help me with this problem... or is this a known Chrome issue as it works fine in FF and IE.
Regards,
Nick.
I have set the TargetFolder e.g.
TargetFolder="~/content"
and it works fine except that i want the file names to be kind od hashed e.g. myfile.jpg to be saved as 8unfsKjfjskskdjf^7i.jpg
I have the HashFileName(string file) function but not quite sure where to apply it.
Thank you
Hi, I have a RadImageGallery with DisplayAreaMode="LightBox".
It's possible remove from LightBox the button "Maximize Image"?
Thanks in advanced.