I'm using the Outlook skin and the date in the month header is gray against blue background. So it's very hard to read it.
A screen shot image is attached. How do I change the font color to some light color such as "White"? Thanks.
We've enabled RadCompression on a website that also uses an other 3rd party component which does it's own compression on it's response to AJAX requests to it's httphandler.
Because this component's gzip compression happens before the RadCompression the RadCompression causes the output to be double compressed.
When looking at the response header for this request it has a 'Content-Encoding' value of: 'gzip, gzip'. This causes the response to be dropped by browsers.
How should we handle this situation? We are not able to turn the other component's compression off.
I'm trying to achieve something very complex and i hope you can help me with it.
Imagine there is an ActiveX control which outputs file name and paths (like C:\testDir\testFile.txt) when executed. Once i capture the OCX event, i would like to set this path information to RadAsyncUpload control without using the Browse button.
I have completed OCX part, captured the path information and event on client, i just don't know how to set the value to RadAsynctUpload control present on the page. Is this possible in any way so that once i give the filename, it will start uploading automatically ?
I am developing a stacked bar chart. My datasource structure is
Month value GroupColumn
March 3 A
March 1 B
March 2 C
April 4 A
April 5 B
April 7 C
In my stacked bar chart, by default A is displaying in the bottom of the chart and then B and C. I want to re-order the position, it should appear order C, then B and A.
I have a grid control with 4 groupheaders. The order is ascending or descending for them. Pl see attached image. I want present then in very specific order other than ascending and descending.
I have raddock with user controls embeded in them. If user refreshes the web browser or postback event then itemcontent image should have animation indicating page load is in progress.
I have a requirement which i have to show the xaxis horizontal line should appear in the middle of the chart. Y axis values starts from 0 to 200. But i have to display xaixs line in 100 th. Please see the attached image. I have marked on it. Is there any property to set? or do we need to do programatically(hiding the gridlines in the chart and then apply marked zones in the yaxis position 100)