One of the powerful features of ASP.Net that has drawn many developers to build secure business applications, is having a complete membership/security/authentication/authorization system built into ASP.Net framework.
Steve Forte mentions in his blog today how Telerik team is looking into providing a solution that developers don't have to glue all these libraries together and get them to work.
Now my question is, what is the roadmap and plan to have a framework for security? How do we build secure apps that the data and forms are secured?
Hi All,
I am not able to bind my local Database to charts in kendoui.I tried working on the example code but it didnot work on my asp.net MVC 3 application...Any suggestions will be very helpfull..
First time i am using kendo UI chart.
How to change the chart designs.For example,The default
chart will displays horizontal and vertical line but i need to display
dotted line instead of those lines.how to change the entire chart design.Please help me out this and thanks in advance.
I saw you guys at the jquery conference in Boston a few weeks ago. I need some front end stuff for mmavictor.com. Its an MMA Fantasy League. I think we could partner for some mutual benefit. We're both in beta . If anyone is interested in doing a small demo for us , we'd love to use some of your framework on our site. The colours could be blended in. We're using jquery right now. Its all JS. We're almost done our next release, it would be cool to really kill it with your UI . If anyone is interested please contact us at camp@mmavictor.com
I'm getting a ReferenceError when I try to load a grid with my data from a Json source. I must admit that the Json is pretty big, each object having a lot of field. The problem is I cannot get the grid to show any row. Google Chrome tells me that I have a ReferenceError with the fields I place in the columns array. But when I look in the network tab (in Chome), the Json is loaded and the fields are there.
I've been trying to get the Kendo chart example to work, and I've found that the source under "View Code" does not fully reproduce the chart that's shown on the page. (Not attaching the code b/c I'm using a copy-paste of exactly the code from this page: http://demos.kendoui.com/chart/index.html)
The problem is with the tooltip; the chart renders properly, but on mouseover, the text for the tooltip only appears after the chart (and unformatted). The console gives an "Uncaught TypeError: Cannot read property 'color' of undefined" once and then "Uncaught TypeError: Cannot read property 'series' of undefined" for each mouseover event on one of the bars.
A little cursory debugging (using the source of the working page) reveals that commenting out kendo.examples.js breaks the chart similarly -- perhaps there is some entanglement there?
Also possible that I'm doing something boneheaded, happy to get guidance in that case.
Also, FWIW, this is all on Linux, using both Chrome and Firefox 3.6.21.