I am faceing a serious issue with Telerik Extension grid. There are three Telerik grids on my page with select ,edit and delete command button. Intially fist grid is populated, after selecting record from first grid second grid is getting populated and so on..
To achive this I have created seprate ActionResult(ex: selectFirstGrid, selectSecondGrid...) for each grid. It's is working fine. but edit functionality of grid is not working .
Please can any body provide me example code.
No one at SO is going to write code for you. That is not the purpose of this site. Browse the examples located here: http://demos.telerik.com/aspnet-ajax/controls/examples/...
They also have a great forum and support community. You can find that here: http://www.telerik.com/community/forums.aspx
Related
I am starting to learn JavaFX (2 days in) and I am making an implementation of a file browser. So to give you an example I am looking for something like this
What element should I use for the representation of the right panel (the one with the icon view of the files)?
I need it to point at a specific directory in my system, lets say 'music', and display all folders stored in it.
I looked for tutorials online and other examples but I couldn't find anything similar.
My only requirement is to look this way and also to support drag and drop.
Thanks
EDIT: I am using Scene builder btw
Use a ControlsFX GridView for the right pane of file icons.
GridView is a fast, virtualised grid container similar to ListView, except that there can be multiple cells on each row. Great for showing images!
GridView probably doesn't natively support drag and drop, so you will need to code that up yourself.
Here is a sample of some drag and drop functionality in a virtualized control (in this case a ListView), which you might be able to adapt: How to create a reorder-able TableView in JavaFx.
I am using ASP.NET (MVC 4 internet application template). I have the master page and within it I embed another page. This embeded page should have the appearance shown here (Draft): http://snag.gy/OGIut.jpg
This page is three column. First column has a groupbox and into it some radio buttons (options). In the second column there are more groupboxes, as seen in figure above (see link above) and the same for third column. Each groupbox has a title, and before the title a checkbox (this is useful for enable or disable the entire groupbox so user cannot select any options within it). In third column at the end there is a plain button (not 3D), and at the bottom of the page there is a grey section where there is a plain button at the rightmost.
So as I am completely new in web and css programming I am thinking about how to organize all this elements in the view to have the appearance indicated in the picture.
Could anyone help and tell me how to do this? any example? I am very frustrated when working with html and css because I find difficult to place the elements in the correct place.
Maybe you should consider to use frameworks to help to place the element on a grid. The most famous one is of course Bootstrap but there is plenty of these http://usablica.github.io/front-end-frameworks/compare.html. It makes the web development really faster and easier.
Plus, these kind of frameworks comes with JS & CSS library which can be really helpfull to create modern webpage with sliders, smooth scroling, models windiws etc..
Requirement : I need editable drop down in my application similar to the one in the given here.
In my existing application I am using jQuery Data table within this table I need one of the column to be editable drop down.
For this I Googled it and found jQueryUI AutoComplete ComboBox,I gone through the demo and I changed it according to my requirement but I didn't find any changes.
Even I am not able to understand whether cause/problem is ude to Data Table or jQueryUI/autocomplete library.
FYI,
I have included
jquery-ui.js
jquery.dataTables.min.js (datatable)
js/jquery-1.9.1.js
css/style.css
if any one come across this problem please guide me.
Before configure this in your application ,please try this in a different file. i have tried this code and works . May be some other script files in your application affected this JQ.
I have a grid with a detail table. When I do a multiple sort on that sub grid I would like the UI changed to reflect in which order the sorting is in. I have attached two screen shots representing what I want. I would prefer the header option. The problem is that the user can not tell which sort is the prominent one.
How would I achieve this using telerik grids? I can not find out how to put a header on the GridTableView or inside the detail table.
Any help would be appreciated
Thanks
I switched all my grids to KendoUI Grids and took advantage of the clients commands and manipulated the columns via jquery.
I'd like to create a page on wich one I'll set a data view and/or a datagrid to display some hierarchical information on it. Also, I'd like to have a contextuel menu (right click) on it.
It's my first time I use Drupal. Previously, I was using the toolkit Dojo for creating this menu tree. However, I saw that Dojo is not really supported by Drupal.
Could you help me? Waht is the best solution to create such menu tree/datagrid on Durpal?
Thanks you very much,
Bat
You have to make changes in the theme of your drupal site for data view and/or a datagrid display
For contextual menu visit: http://drupal.org/project/vbo_contextmenu
Cheers!!
vivek