Tagged Questions
Jquery control for grid view
2
votes
0answers
65 views
silverlight componentone combobox binding issue
I have to display combobox in silverlight componentone flexgrid. but when i am applying valueconvertor to that column it works and display combobox, but when i select any value from combobox and ...
2
votes
3answers
197 views
Microsoft c# data binding to grid
I want to bind to a WPF grid with an unknown number of columns. I have a class that can return the number of columns and column names etc as well as the items that will get bound to each row. ...
2
votes
1answer
1k views
Microsoft flexgrid Control : Run-time error '438' Object doesnt support this property or method
I am maintaining a legacy Microsoft Access application that is using the Microsoft Flexgrid 6.0. It recently started causing the following error:
Run-time error '438' Object doesn't
support this ...
2
votes
3answers
1k views
VSFlexgrid licensing issue in VB6
I am having a licensing issue with our VideoSoft VSFlexGrid 7.0 in VB6. When I create a new FlexGrid it triggers a message box with a licensing/about message. We have a license but it appears that VB ...
1
vote
0answers
109 views
Data structure and way to fill/read DataGrid FlexGrid XtraGrid
There is lots of objects of various kinds with properties in it.
I want fill that objects in grid, click on one of them and in separate grid edit properties of that object.
What data structure and ...
1
vote
1answer
2k views
flexgrid examples returning data from mysql
I'm sure it can be done, I just need to see some examples. I want to use flexgrid to show massive sets of data stored in mysql. I am proficient in php, but new to jquery and json.
Can anyone point me ...
1
vote
1answer
835 views
Implementing flexgrid, problem with ajax response, returns whole php file!
I am tying to implement flexgrid.
Problem is that when flexgrid try send a POST (trying this example on my local LAMP setup)
POST example:
...
1
vote
1answer
2k views
Using flexgrid plugin for jquery on html table, not on xml file
I trying to use this plugin for jquery which seems perfect for what I am being asked to do to do.
http://flexigrid.info/
Now what I'm working with is an HTML table, and I don't have the ability to ...
1
vote
1answer
751 views
VB6 MSFlexGrid - ColPos of Merged Columns
I'm working with a MSFlexGrid control in VB6, but I'm also having some problems retrieving the ColPos property for merged columns. The grid that I've generated looks something like this:
...
1
vote
1answer
253 views
Why does vbkeyup produce different results than vbkeydown does in this Code
I have a VB6 app which consists of a flexgrid, two command buttons, and a text box. I have code to allow the user to press the up or down arrow key to switch rows in the grid. When the down arrow ...
1
vote
2answers
53 views
Inline data representation
I would like to represent data that gives an overview but allows them to drill down in an inline fashion - so if you had a grouping of say 6 objects the user could expand the data and it would show ...
1
vote
1answer
2k views
VB6 - How to do a multi level sort with MSFlexGrid?
I currently have a VB6 program that essential reads data from an excel worksheet and spits it out into a MSFlexGrid.
Below is the excel sheet data that is read in. Data is filled into the occurence ...
0
votes
0answers
94 views
using Flexigrid to draw json string from server
I have an html form that submit data to a servlet using jquery .ajax function.
In the servlet i convert the response to Json String.
I want to to show json data in Flexigrid of jquery is it possible ...
0
votes
0answers
68 views
Freeze first two columns in flexgrid
I am using Flexgid
I need to freeze first two columns, it has to visible always.
I searched like anything but i did't find any use full info.
So, some one can help me in this.....
I need solution ...
0
votes
0answers
48 views
siverlight componentone flexgrid databinding issue [closed]
When i am applying itemsource to flexgrid and enter value in any cell and select another cell from the same grid it automatically populate same value in that cell also. which is wrong.
0
votes
0answers
16 views
How to Find cell of C1FlexGridExcel of Silverlight 4
Anyone knows how to find cell of C1FlexGridExcel of Silverlight 4? I want to set the style to cell of the grid(C1FlexGridExcel) through code on some save button click in silverlight 4.
0
votes
0answers
27 views
Set border color of cell in C1Flexgridexcel in silverlight 4 through code
How to programatically set border color of some cells of C1FlexGridExcel in Silverlight 4 on some button click of my application?
0
votes
0answers
29 views
Silverlight - Need validations like C1DataGrid in C1FlexGridExcel of component one silverlight controls
I would like to implement the validations like C1DataGridData--> Input --> Validation example in component one silverlight controls. My only concern is I have dynamic datasource so there is no entity ...
0
votes
0answers
217 views
How to set a row id in flexigrid?
I want to give each row an attribute id in flexigrid.
can somebody help me ?
My flexigrid code
$('#ftable').flexigrid({
url: '<?php echo $this->baseUrl()?>/group/datagrid/',
...
0
votes
0answers
94 views
Jquery FlexGrid rowclick not working in IE
Iam using the following column in a jquery flexgrid.
{ display: 'User Name', name: 'user_Name', width: 400, sortable: false, align: 'center' , process: procMe },
procMe is the function called on ...
0
votes
1answer
160 views
Adding onclick event to a row of flexgrid
I am using jquery flexgrid control in my web application.
I just want to add an onclick event to every row of flex grid. How can i achieve this?
If anybody knows please share with me.
0
votes
1answer
100 views
How can I get the checkbox'value in the header?
I am using the jquery.flexgrid which has the checkbox attached with every row,And the checkbox in the header can make the rows all checked.And now I am making a dialog which has a flexgird in it,when ...
0
votes
0answers
88 views
Report header and footer for already created printdocument
I have a System.Drawing.Printing.PrintDocument created using ComponentOne flexgrid. I need to add report header and report footer for the PrintDocument returned by ...
0
votes
0answers
127 views
How to navigate a flex grid using the up down arrow keys
I have a flex DataGrid, and I am catching the arrow keys for navigation. For example, when the user presses up arrow, I move up by one row. This is the code am using
dgViewPreview.editedItemPosition ...
0
votes
1answer
439 views
Filtering and then selecting data from flexgrid
I want to copy data from flexgrid and I have a little problem. I am using filtering and I just want to copy selected data but It´s copy data which are “hide” (not show thx to filter). For example, I ...
0
votes
1answer
676 views
Make only one row show after search. flexgrid vb6
So i have flexgrid in my vb6 project I'm working on. It has names on each row, and I have a drop down so the user can select what name they want to see more info for, here is what I have.
Dim ...
0
votes
1answer
483 views
Change sort arrow position in flex grid
Currently when sorting in a flex grid, the sort arrow that shows whether the column is sorted ascending or descending is right aligned to the column. Is there anyway to change the position of the sort ...
0
votes
1answer
145 views
flex grid scrollbar pushing all columns to the left
I have a flex grid where I have the verticalScrollPolicy="auto".But every time when the scrollbar appears all the columns get pushed to the left, making the columns not align as they should. I tried ...
0
votes
1answer
626 views
how to embed image into flex grid column
Is there an easy way to embed an image into a flex grid column? Something similar to:
<mx:DataGridColumn width="23" src="images/testimage.jpg"/>
0
votes
1answer
366 views
applying paddingRight to flex grid column not to grid header
Whenever I add paddingRight to a column in the flex grid, it adds the padding to the header as well.
Is anyone familiar with how I can add paddingRight just to the column and not to the header? Below ...
0
votes
2answers
174 views
Remove gridheader rollover in flex
Is there a way to remove the grid header rollover in flex while still maintaining a sortable header?
0
votes
1answer
277 views
Can't close userform
Let me set up the environment.
This is VBA code running in Excel.
I have a userform that contains a mxflexgrid. This flexgrid shows a list of customers and the customer', salesperson, csr, mfg rep, ...
0
votes
1answer
603 views
MFC: Use a MSHFlexGrid with non-database data and still define the shape
I am trying to use the Microsoft Hierarchical FlexGrid (MSHFlexGrid) in a Visual C++ (VS 2005). I have the grid shown, and I can manually add data to the individual cells. However, according to ...
0
votes
3answers
249 views
How to correctly calculate the height of a table
How do you calculate the height of a flexgrid table in VB6 so that it only contains the number of filled rows.
Currently
myFlexGrid.Height = (myFlexGrid.CellHeight * myFlexGrid.Rows) ' paraphrased ...
-3
votes
1answer
317 views
Flexigrid Jquery [closed]
I don't know how to use Flexigrid jQuery in my website, please answer me sir.