Formatting GridView Columns for WinForms
Imageshttp://1.bp.blogspot.com/-cF__5ug13d8/VVb5dpWP9yI/AAAAAAAAA5Y/7eIXSbXgfR4/s1600/Hora1.pnghttp://2.bp.blogspot.com/-ggDmLRKfnvU/VVcLpAIjoEI/AAAAAAAAA5s/gqrbi569z3o/s1600/S1.png
View ArticleContextMenu with RadTreeListView - GetClickedElement problem
Hi guys,I have this XAML<telerik:RadTreeListView AutoGenerateColumns="False" ItemsSource="{Binding Categories}" SelectedItem="{Binding SelectedCategory,Mode=TwoWay}">...
View Articlecapture traffic not working with all programs
Hello,i really like fiddler and the rich features of it , the only feature that i think is not effecient is the capture traffic option, yes, it does capture the traffic of some programs but not every...
View ArticleContextMenu with RadTreeListView - GetClickedElement problem
Hi guys,I have this XAML<telerik:RadTreeListViewAutoGenerateColumns="False"ItemsSource="{Binding Categories}"SelectedItem="{Binding SelectedCategory,Mode=TwoWay}">...
View ArticleHow to recreate Appbuilder demo tutorial
I am getting started on learning AppBuilder platform and going through the demo sample. I am stuck at Step#2, when copying the API key and cannot locate it. Please see my attached screenshot to show me...
View ArticleBind grid to list property of the model with razor syntax
Did you ever get this to work?
View ArticleBind grid to list property of the model with razor syntax
Did you ever get this to work
View ArticleBinding with RadDocking
Excuse me again,Is it fast to add a rad pane or are you facing lag/UI freeze?thanks
View ArticleClose Browser Then Resume Test
Hi Chris, If you close AND reopen the browser in one coded step the test will continue. Modify your next step to assume the browser is open and only do the...
View ArticleInternal Server Error: Parameter is not valid when export to PDF
I had this problem and managed to solve it by moving from a Free pricing Azure web app to a Standard pricing Azure web app. I then had a separate problem (error in GDI+) when exporting to RTF which I...
View ArticleCan AppBuilder compile with CLANG?
I have a plugin with C++ code that uses C++11 libraries (std::function, std::thread,.. etc). It doesn't build and I have tried adding <framework src="libc++.dylib" /> but it doesn't help, I have...
View ArticleHow can I do the listview filtering like MobileListView?
I have the following:<div class="demo-section" > @(Html.Kendo().ListView(Model) .Name("listView") .TagName("div") .ClientTemplateId("template") .Pageable()...
View ArticleNativeScript iOS app crashes on QR Scan
Thanks for the info Nikolay, if possible, it would be a great help if you guys updated the Nativescript tutorial (I lost time on this as I'm sure everyone will). Also the LiveSync feature doesn't seem...
View ArticleCombo in Grid - WHERE LIKE
Settled. The following works for me: LIKE CONCAT('%', @AccountCode, '%') protectedvoidrcbAccountCode_ItemsRequested(objectsender, RadComboBoxItemsRequestedEventArgs e){ stringMysql = "SELECT * FROM...
View ArticleCan AppBuilder compile with CLANG?
Upon more reading, it seems that GCC can build C++11 when given -std=c++11 option. The question is how to pass those options to the compiler. Adding compiler-flags="-std=c++11" to <source-file...
View Articlecapture traffic not working with all programs
Fiddler is a proxy server; on startup, it sets the Windows proxy configuration to point to itself. Applications that do not adopt the system proxy setting automatically are fairly rare and reasonably...
View ArticleMVC Wrappers: CRUD operations enabled via model properties
Using MVC wrappers, I would like to be able to show/hide the CRUD operations based on booleans in the model (CanCreate, CanUpdate, CanDelete). So, if the CanDelete property is true, the delete button...
View ArticleHTTPS decryption stopped working
Hey guys,Bit stumped on this one - Just today HTTPS decryption has stopped working properly. To Be precise, if it is enabled, no data appears to be proxied to/from Fiddler. In Chrome/IE/Firefox, the...
View ArticleRouting on AngularJS + Kendo UI Mobile app
Thank you very much for your reply!I tried your solution: kendo.mobile.application.navigate(url)but I get this error: "Error: [$rootScope:inprog] $digest already in progress"Thanks again-Naomi.
View Article