Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
3answers
7k views
4
votes
1answer
57 views

How can I create repeated fields in Form Builder with Orbeon Forms 3.9?

Alex, I don't think I explained myself well enough (Although the information you provided was useful.) Lets say that I have an employment application that was created to collect information about a ...
2
votes
2answers
660 views

ExtJS 4.0 Row Expander

Are there any known issues with the ExtJS RowExpander plugin when running under ExtJS 4.0? I've been getting errors about createDelegate not being a function. Was this removed in Ext 4.0? Are there ...
2
votes
1answer
305 views

Has anyone combined OOCSS with another grid framework?

I'm sold on the benefits of using Nicole Sullivan's Object-Oriented CSS philosophy/coding methodology/whatever. In particular, I'm keen to use principles such as the "media block" in the sites I'm ...
1
vote
2answers
34 views

Speed up procedure to resize a grid column

I have a procedure to auto-resize a column in a grid to accommodate for the largest string in that column. However when there's over 2,000 records in the grid, it takes a little too much time. Any ...
1
vote
1answer
245 views

com.google.android.maps

Since few days my application does not show maps anymore. To make sure my code is right, I decided to test the MAPS Tutorials application found in developer.android.com here. The maps on the ...
1
vote
4answers
2k views

Generating contour lines from regularly spaced data

I am currently working on a data visualization project.My aim is to produce contour lines ,in other words iso-lines, from gridded data.Data can be temperature, weather data or any kind of other ...
0
votes
0answers
87 views

Delphi TADOQuery component events to update a grid

I've done a lot of SQL programming as well as a some custom grids, and now I'm making a universal form containing a grid and search options for any query and set of fields thrown at it. I need to make ...
0
votes
1answer
164 views

Is padding supported in the twitter bootstrap framework?

I am H=having trouble understanding the twittter bootstrap framework. Does it allow for basic padding around containers? There seems to be a default 20px margin left but no padding. anyone here ...
0
votes
1answer
84 views

Genexus: Sort a Top10 list (grid) using a variable

I have the following issue: I'm generating a Top10 list of items, based on how many times each item has been sold. I can calculate that number and store it in a variable correctly, but when I try to ...
0
votes
1answer
84 views

wpf datagrids binding and SelectionMode Single

I had two datagrids in wpf: grid1 for all available plans and grid2 for the plans been selected. The two grids are separated by two buttons (>) and (<). Button (>) is to add the selected plan to ...
0
votes
0answers
80 views

Jfreechart changing the number of grids with a slider

How do you make a slider on a Jfreechart that increases and/or decreases the number of grids on the chart (XY or polar chart) and simultaneously readjusts the plotted points? Also how can I also get ...
0
votes
1answer
201 views

Jquery grid data binding from SQL server

Hai Iam new to jquery and I want to ask that How can i populate jquery grid from SQL server?
0
votes
1answer
494 views

Magento Grid Container Block not loading grid

I just set up an admin module with a grid view using the module creator, and it works great, but now I need to add another grid view within the same module. I copied and renamed all the files ...
0
votes
2answers
1k views

JqGrid Select Box in a cell

I am trying to get a select box to be in a particular cell. I have the checkboxes showing up just fine, but the select boxes are not being displayed. $('#list5').jqGrid({ datatype: "local", ...
0
votes
1answer
682 views

C# Property Grid Question

I am writing an application which is going to allows users to change the properties of a text box or label and these controls are user controls. Would it be easiest to create a separate class for ...
0
votes
2answers
374 views

WPF Grid Mouse Events

I was wondering, what is the best way to capture a mouse Event inside of a wpf grid? I wanted to Capture an event when the mouse wheel is either scrolled up or down in the grid. I tried to create a ...
0
votes
1answer
1k views

Loading external post/content to a specific div (jquery, wordpress)

I've been playing around with the grid-a-licious theme, and found some really cool sites similar to the theme: ex. http://home.visuaal.com/ The question is: any idea on how the post contents were ...
0
votes
1answer
85 views

Best way to represent a wide grid for printing?

We have many WIDE html grids which scroll horizontally within a DIV in our web application. I would like to find the best strategy for printing these grids on a portrait A4 page. What I would like ...