Hi All,
I am new to kendo UI. The requirement from the client is that he wants 4 button selectors which will have the fact columns(i.e Revenue , cost etc) that will filter the graph.
What is the best method to achieve this? How do I make this button selector filter the graph?
Please give me some suggestions.
Thanks,
Lakshman
In the spreadsheet when referencing other cells, only non-empty cell values are carried over
1. Click into a cell (i.e. A20)
2. Enter a value ( abc ); hit return or tab to another cell
3. Click back into the cell ( A20)
4. In that cell, enter a reference to another cell that is empty ( = A19 ); hit return or tab to another cell
5. The value is not replaced with the 'empty' value from the referenced cell; the original value ( abc ) remains
6. Enter a value in the referenced cell ( enter xyz into A19) - the cell that has the reference ( A20 ) changes its value correctly to the referenced value (xyz from A19)
7. Go back to the referenced cell ( A19 ), delete the value; the cell that has the reference ( A20 ) does not change, it still displays the 'old' value ( xyz )
Essentially, if a referenced cell has a null value, the null value is not carried to the cell reference. We were able to recreate on the demo spreadsheet ( http://demos.telerik.com/kendo-ui/spreadsheet/index ).
Thank you


I realize there is a way to populate a Kendo Upload with initial files, however I'm trying to take this a step further.
In the app I'm building I have a drawer widget that allows the user to toggle it from visible to hidden and due to the nature of this environment the drawer is actually destroyed between toggle. It's not a problem for the rest of my data because I'm using MVVM with KnockoutJS to simply rebind the content in the drawer when shown again. The Kendo Upload is inside this drawer and I need the ability for the user to be able to toggle the drawer while the Uploader is uploading (which means the Uploader html will be removed from the DOM).
I noticed that once an upload is started the Kendo Upload actually continues to work even though the associated HTML doesn't exist anymore which sounds promising. I believe the solution is to figure out a way to associate a new Upload html with an existing Kendo Upload context.
I do realize this isn't a supported feature, but was hoping you could help point me in the right direction. I believe I have the skill necessary to tackle this, but any help would be appreciated.
Thanks.
Hello,
When using progress bar in chunk mode, is there a way to show a label for each chunk ?
Refer the Fiddle here
http://jsfiddle.net/sharanvivek/hLG98/62/
Click the Add Button and Try and select a value from the Drop down.
Notice that the change event fires correctly from the inline Dropdown. But the Drop Down on the Add Popup throws an error.