blog.androidjetpack.com
Android JetPack | A Number of Enhancements for the TextInput(EditText) Filter
http://blog.androidjetpack.com/post/A-Number-of-Enhancements-for-the-TextInput(EditText)-Filter.aspx
Custom Date Range Picker Added. Android DataGrid - version 2.0 released! A Number of Enhancements for the TextInput(EditText) Filter. January 26, 2015 01:47 by. The TextInput (EditText) filter is by far the most commonly used filter, and along with the MultiSelect filter, plays a very important role in making the user interface intuitive and easy to use. With the 2.0 release, we have made it all the more powerful! Take a look at the following markup to declare the textinput filter:. It is with great exci...
blog.ioscomponents.com
iOSComponents | iOS 8 Support Added
http://blog.ioscomponents.com/post/iOS-8-Support-Added.aspx
IOS DataGrid Toolbar Customization. How to support various fonts in the iOS DataGrid component. IOS 8 Support Added. September 18, 2014 05:40 by. It is that time of the year again! Apple has released iOS 8, and we have been busy ensuring everything is working with our product with iOS8 correctly. We are glad to announce that the latest release of iOSComponents is fully compatible with iOS8. For customers with valid subscription, this update is available free of cost! ITunes Search app with iOSDataGrid.
blog.ioscomponents.com
iOSComponents | iOS DataGrid Toolbar Customization
http://blog.ioscomponents.com/post/iOS-DataGrid-Toolbar-Customization.aspx
IOS DataGrid - Some FAQs. IOS 8 Support Added. IOS DataGrid Toolbar Customization. August 3, 2014 10:25 by. Attached to this blog post is the default pager renderer. Once you write your own, you simply plug it into the grid by calling the grid’s setPagerRenderer method with parameter [ FLXSClassFactory alloc] init:[YourPagerControl class] withProperties:nil]. The default pager renderer is below:. FLXSPagerControlAS.zip (7.10 kb). 6501503d-d155-495c-b2bb-57b46eafaa87 0 .0. Include comments in search.
blog.androidjetpack.com
Android JetPack | All posts by admin
http://blog.androidjetpack.com/author/Admin.aspx
AndroidJetPack v3.0 released. August 24, 2015 03:14 by. It is with great excitement that we are announcing a new version of our Android DataGrid product. We have been hard at work over the past few weeks adding features, fixing bugs, and making changes to the product to fit your business requirements better. In this release, we have added three major features and a number of smaller enhancements, bug fixes and performance improvements:. Added support for Row Drag and Drop / Reorder operations. Bug Fix: f...
blog.androidjetpack.com
Android JetPack | Using Custom Widgets in during editing the Android DataGrid
http://blog.androidjetpack.com/post/Using-Custom-Widgets-in-during-editing-the-Android-DataGrid.aspx
Android DataGrid Vertical Header Text. New feature added - Drag and Drop. Using Custom Widgets in during editing the Android DataGrid. April 13, 2015 22:19 by. In this example, we are going to replace the editor for one of the columns with a Spinner. The default editor is a Text Input. Using a spinner means we have to do the following things:. 1) Make sure we specify the itemEditor in the markup:. 3) Implement the itemEditorInitialize and Commit Functions. When the user clicks ok. FlexDataGrid grid = (Fl...
blog.androidjetpack.com
Android JetPack | Enabling proguard causes application to crash
http://blog.androidjetpack.com/post/Enabling-proguard-causes-application-to-crash.aspx
New feature added - Drag and Drop. AndroidJetPack v3.0 released. Enabling proguard causes application to crash. July 1, 2015 02:52 by. When you use our library, please make sure you exclude it from proguard. If you don't want to edit the Ant script, you can add -keep options to proguard.cfg for the classes in those external jars. For instance:. Or with a regular expression containing a negator:. Once you do this, you might have issues with function callbacks like this :. Include comments in search.
blog.androidjetpack.com
Android JetPack | Xamarin Support - DataProvider Data Type
http://blog.androidjetpack.com/post/Xamarin-Support-DataProvider-Data-Type.aspx
Android JetPack 2.1 released - Xamarin Support Added! Using JSON data with Xamarin. Xamarin Support - DataProvider Data Type. April 6, 2015 19:47 by. Now that our latest build with Xamarin support is out, some of our customers had this question:. 1 In your demo, you used NameValue as datasource, but it only generates two columns data, how do I produces more column? If you do this, you should be able to use the following XML and see the results:. Full code is attached to this post.
blog.androidjetpack.com
Android JetPack | Android JetPack 2.1 released - Xamarin Support Added!
http://blog.androidjetpack.com/post/Android-JetPack-21-released-Xamarin-Support-Added!.aspx
Android DataGrid - Xamarin Support Added - Java Binding Project Issues. Xamarin Support - DataProvider Data Type. Android JetPack 2.1 released - Xamarin Support Added! February 23, 2015 01:09 by. As you may have see in our previous blog post, http:/ blog.androidjetpack.com/post/Android-DataGrid-Xamarin-Support-Added-Java-Binding-Project-Issues.aspx. We have been working on a Xamarin port of our Android JetPack DataGrid component. With 2.1 release, we have accomplished this! 8) You may also need to change...
blog.androidjetpack.com
Android JetPack | Android DataGrid - Xamarin Support Added - Java Binding Project Issues
http://blog.androidjetpack.com/post/Android-DataGrid-Xamarin-Support-Added-Java-Binding-Project-Issues.aspx
Android DataGrid - version 2.0 released! Android JetPack 2.1 released - Xamarin Support Added! Android DataGrid - Xamarin Support Added - Java Binding Project Issues. February 22, 2015 19:58 by. One of the most frequent requests we are getting from customers evaluating our Android DataGrid product. Is support for Xamarin. 1) First, when we used the Xamarin Binding Project, any RequestTask based class we had, failed to convert to C# with the following errro :. Protected virtual string DoInBackground (para...