Telerik Forums
Kendo UI for jQuery Forum
1 answer
88 views
I have a grid using this command...

.Destroy(update => update.Action("EditingInline_Destroy", "Grid"))

and it hits my controller as expected...

  public ActionResult EditingInline_Destroy([DataSourceRequest] DataSourceRequest request, MemoModel memo)

But the memo is coming in Null.

How is the Destroy or Update supposed to pass in the object or ID of the row being deleted?
     

Vladimir Iliev
Telerik team
 answered on 05 Dec 2013
1 answer
88 views
Is there a way to manually change the width of a column client side? I am setting the width property to something and its registering but it does not display the new width until I do a hide/show column or another grid action. Is there a way to manually trigger this column size refresh?
Dimiter Madjarov
Telerik team
 answered on 05 Dec 2013
4 answers
108 views
Hi
I'm trying to use web SQL databases with kendo mobile datasources. My code is based on a Kendo Web example that works fine but there is no way to make it works on mobile version. It doesn't trhow any exception but it doesn't works. Anyone has do it? I attached my code.
Thanks
Alexander Valchev
Telerik team
 answered on 05 Dec 2013
2 answers
58 views
Hi

I'm missing the european timezones (p.e. "Europe/Zurich") in the mentioned ressource above.
Any idea?

Thanks
Jean-Claude
Jean-Claude
Top achievements
Rank 1
 answered on 05 Dec 2013
6 answers
409 views
Can someone please help, we want to resize our KendoUI stock chart based on window resize (i.e. make it responsive). How can we redraw the stock chart when user changes to mobile device or resizes their browser window?
Iliana Dyankova
Telerik team
 answered on 05 Dec 2013
1 answer
366 views
I have HTML that I am pulling from a database and displaying in a cell.  Right now, just the raw HTML is displayed.

How do you enable the column to display the HTML (css and all)?   I have looked at the column templates, but don't see an examples.

Thanks.



Kiril Nikolov
Telerik team
 answered on 05 Dec 2013
1 answer
248 views
Kendo Ui Grid: When I choose cancel on Popup editing, the entire row is deleted.
This happens only with newly added rows, old ones don't get deleted.

to reproduce this => http://uicod.com/c60.cod

1 add a new row
2 then click "Edit" and "Cancel".

Thanks.
Kiril Nikolov
Telerik team
 answered on 05 Dec 2013
7 answers
396 views
I get javaScript error when my model return nullable Int.  I use MissingValues(ChartLineMissingValues.Gap) but this didn't fix the issue. I really don't want to show the line when there is no values. If I change my code to return zero it will show the Line at zero. this is not what I am looking for 

Unhandled exception at line 35, column 17304 in http://localhost:28123/Scripts/kendo/2013.2.716/kendo.all.min.js

0x800a138f - JavaScript runtime error: Unable to get property 'value' of undefined or null reference
Hristo Germanov
Telerik team
 answered on 05 Dec 2013
23 answers
1.6K+ views
Hello,

I have a problem with showing two modal windows:
after second window is closed the page is still covered & unavailable.

Test project is attached.
Please select "change password" in menu and click "change".
Then close opened popup and see that the first window is still covered.

Is it a bug with kendo window or I'm using it in the wrong way?

Vova
Dimo
Telerik team
 answered on 05 Dec 2013
25 answers
3.1K+ views
Do you have any sample code to integrate knockoutjs with the grid?

I got the dropdownlist example working and was easy.

Just can't figure out how to follow the same method with a Datasource with the grid.

I would like to do something like the following again like with the DropDown list
  $(function () {
        $.get("GetJsonData", "", function (data) {
            for (var i = 0; i < data.length; i++) {
                var itemNew = new Item();
                itemNew.Id = data[i].Id;
                itemNew.Name = data[i].Name;
                viewModel.teams.push(itemNew);
            }

            ko.applyBindings(viewModel);

            $("#selectItem").kendoDropDownList();

        });
    });

thanks.
Atanas Korchev
Telerik team
 answered on 05 Dec 2013
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?