I was using http://tv.telerik.com to learn about the ASP.Net tools during my trial, but now i can't access the webpage anymore. I just get redirected back to http://www.telerik.com/videos
Is there anywhere i can access the videos from the TV channel?
Please modify the styling for BlockQuotes in this forum to be different from other text. Think about it, if blockquote looks like all other text then we can't tell the difference between a quote and a comment on a quote, no?
The margin is set to 0px. If someone can just add a single digit before that, like '2' or '3' then we'll be able to see quotes indented. Or add a border or something...
Perhaps the class that's applied to blockquotes looks OK on some browsers. I'm using the latest FireFox and I don't see it. HTH
How can I bind a dropdownlist in a kendo grid column which is dependent on the id of that row of the grid. For example the image below shows my requirement. Based on the category of that row the dropdown has to be populated.
Would it be possible to change the Telerik Control Panel to elevate privileges at the time of install, instead of at start-up? Our corporate machines are locked down in such a way that our developer admin accounts don't have access to the Internet at large. This means that we can start the control panel but it immediately fails due to not being able to reach the internet. It would be much better if the control panel could at least connect and download updates prior to asking for elevated privileges right before installing.
I am looking for a tool for creating documentation and I really like the way Telerik's documentation pages look. Does anyone know what tool they use to create their documentation?
I have a Kendo mvc grid with checkbox as first column.How to pass checkbox checked rows from view to controller on button click?
Multiple rows should be selected.
I am dynamically creating a radgrid control inside a usercontrol, where the code is written for different types of DB call for different pages which is using that usercontrol. The radgrid that I have designed has a first column as template column with checkbox. Everything is working fine if my page have only one copy of the usercontrol used. I have a page where i have to use that usercontrol as grid twice (one with the having a select column and the other doesnot).
The problem is once both the grid are loaded successfully, and when I unselect the checkbox in the grid, though the checkbox get unselected the row highlight doesnot get removed and one more issue is if I select a checkbox(let say row no 5), the other grid row (no 5) get highlighted..