Forum Replies Created
-
Author
-
April 12, 2016 at 1:18 pm in reply to: Drag and drop is not supported Drag and drop is not supported #83402
This is not some exotic feature request. This is default browser behavior that is commonly used that breaks the component. If the component cannot handle the drop, it should reject it. This would at least communicate to the user that this does not work. It should not look as if worked when it didn’t.
February 24, 2016 at 2:34 pm in reply to: Error when calling 'getcellatposition' w/ No rows Error when calling 'getcellatposition' w/ No rows #81782It is not a problem to check that, if the behavior was documented anywhere. I also think it should not be a problem to check if the
_hittestrowmethod returnsundefined, since it is explicitly programmed to returnundefined, and get rid of this bug, rather than force your customers to work around it.Best Regards,
David BachmannDecember 4, 2015 at 7:49 am in reply to: Collapse a tree element using knockout Collapse a tree element using knockout #78888Hello Dimitar,
so if I want to collapse specific elements, other than root, I have to scan through the getItems Array and find the item matching the one I want to collapse?
Also, the jsfiddle has the same problem as every jsfiddle in the “API Reference” section of your Web Demo. You have to enable untrusted sources in the browser, because jsfiddle uses HTTPS and your scripts are delivered using HTTP. You can do this using a shild icon in the address bar in chrome.
Regards,
David BachmannJuly 29, 2015 at 6:13 am in reply to: configure combobox dropdown direction configure combobox dropdown direction #74250Close enough, thank you!
-
AuthorPosts