o
k
q
u
e
s
t
i
o
n
s
.
c
o
m

Mulitselect data in a grid -

I've been given the assignment to allow multiselect on a grid that is populated with data. The current grid being used is MS Grid Control (grid32.ocx).

I have a choice of MS FlexGrid Control 6.0 (msflxgrd.ocx)...but wasn't sure if that even supported multiselect. If it is, do you know if the code to populate the grid is similar? The reason I ask is that my project manager gave me a whopping 4 hours to make the change (including all documentation).

Thanks.

 

Mulitselect data in a grid -
I've been given the assignment to allow multiselect on a grid that is populated with data. The current grid being used is MS Grid Control (grid32.ocx). I have a choice of MS FlexGrid Control 6.0 (msflxgrd.ocx)...but wasn't sure if that even supported multiselect. If it is, do yo


A simple Data set / grid question -
Morning, I have a data grid bound to a data set. Depending on what row people click on in the data grid I look up data from the data set and populate other controls/variables. I do this using Datagrid1.CurrentRowIndex to match the corresponding data, if someone does a sort on the data


[2005] Grid control and dataset -
I am using the Obout Grid control for ASP.net 2.0 from here (http://www.obout.com/grid). I populate the grid with data from a SQL server by running a query on a database and loading the data into a dataset and datatable. I then bind the data using oGrid.DataBind() to display the data


Looking for a Grid -
Hi everyone, i am looking for a grid in which i can edit (like data grid) and in which i can add data myself and dont have to link it to any database object to lift data from (like MSFlexGrid). Kindly lemme know if there is any in-built grid attached in the VB components which i can us


I can't get the dragdrop event to work correctly. why -
I am using the ccomponent one with vb.net to create grids populated with infomation form a databse. I have created a drag event that I can use to move data from one grid to another and it works great (almost). The problem is when I start to drag data from the first grid to the se


ADODC and Data Grid -
I have a form with an ADO Data control and a Data Grid 6.0 (OLEDB) (SP5) on it. On the form that calls this form, I set my connections and SQL. The form with the Data Grid on loads and the Grid is populated with data except for the first cell on the grid which is empty? I haven't


About Grids -
I have never used Girds. Can anyone tell me about different grid types and when they can be be used. Is there any good tutorial for Grids? Also, Whats the difference between MS Flex grid and data grid? I read that MSFlex Grid is readonly. What about data grid? Pls. help. Thanks in Adva


Want to entry in Data grid Or MsFlex Grid -
I am new in database devlopment I want to entry data directly in data grid cell or ms flex grid in any one of this. Normaly When I run the project in data grid cell I can't put the cursor and can't entry somethig. how I could possable. please help me Thank you From Rummy


Change data in Data Grid -
Hello Friends, I am developing one application in which I want to display data in data grid from one table. Now I want to add one column in which I want to enter data and as per entered data I want to update values in other columns. Plz can u help me how to do that using Data Grid?


how to create a data grid -
there is two data grid showing in the program. When i look at the code, both of the data grid have empty code in it. But the data grid is working fine, i wonder how it is implemented and how they make it work without the code??


DBGrid not refreshing when recordset data changes -
I have a DBGrid bound to a recordset in a Data Enviroment. When I change the data in the recordset by issuing a new sql statement the data in the recordset changes but the grid still shows the old data. I have tried setting the grid.datasource to nothing and then setting the grid.d


VB6 Data Grid updation problem -
Hi All, I am developing an applicaiton using VB6 and MS Access using DAO. In my application, we are using VB6 DB Grid for displaying data available in the Access file. we binded the database to grid at design time. after some time my application will update data in the database t


Buttons in Data grid -
Hi: Im building a vb .net web application. i have a data grid and below it are some buttons; such as new, query, count. i want these buttons to be part of the data grid in such a way that if the data grid has only 2 records and therefore short, the buttons will appear straight after


Data Grid Size -
Hi: Im developing a web based vb . net application. i have a data grid that displays data on a number of pages. the problem is that if there's only 10 records the size of the data grid will be so large to fit the entire page; basically if i have 10 records, teh data grid will be teh


[2.0] How to not refresh that grid. -
I need a way to delay refreshing of a data grid until all my edits are done. I have a dataGridView that is loaded with various data items, and I'd like to stop painting of the grid while I assemble and load all that needs to be displayed in order to smooth out the data display.


Need Grid that Emulates Excel Data Filter -
Hi guys I am looking for a prebuilt tool that provides the following functionality: Choose Server, Database, Table From this the tool Populates a data grid with all columns in the underlying table. Header for every column with Combobox populated with Distinct values from the o


Regarding MSHflexGrid -
Hi, I have the doubt in saving rows in mshflexGrid. I have two mshflexGrid. I entered data in mshflexgrid1. After entering the first row in the first grid, i enter the data in the Second Grid. Then i come to the second row in first Grid,i enter the fresh data in relation


sql and vb data grid -
what i have is a form which has a few text boxes and a data grid. i am using sql as the back end. i have created two ado data controls one for the data grid and other for the boxes. what i am trying to do is add data from both the text boxes and data grid into a single table. the probl


Saving Info To Data Grid -
I created a seperate for for users to imput data... it's different from the one the data grid is located on... I want to know how I save the user input data into the grid. Also, is it possible for the data to be saved to an SQL server for download by other users?


My stupid data grid problem -
When i am editing the row for a grid(i.e. while entering values in the grid) i want to validate it. if i find value to be inapropriate i shall not accept it. hence give the user chance to enter valid data. can u explain this with sample piece of code? that would be helpful!! Also for


Simple Grid question... -
I have a table of data stored in an array. I want to be able to display this table using a grid (like the msflexgrid). I want the customer to be able to click into one of the grid spots and type data. For some reason, it appears that the msflexgrid can't be used this way. Or am I


*Unresolved * Looping Through Data Grid -
Hello, What is the simplest way to print the contents of a data grid control? I am more familiar with the flexgrid, but this is an existing program with a Data grid. Thanks


Hiding/sizing columns in data grid -
I have a data grid that is bound to a relationship of two tables in a dataset. The common field in the relationship is classId. When I view the data in the data grid I do not want to see the classId field but if I do not include the field in my select statement I get an error when I


Using OLE DB grid and data control -
Hi, I'm using a grid control (dbgrid32.ocx) along with intristic data control. As I understand I should be using the new versions of both data control and grid control (I think it's called OLE DB). Can someone show me a sample of linking Access97 database to the new OLE DB grid thr


Hiding columns within a Data Grid -
Does anyone know how to hide columns within a Data Grid? I have a Data Grid who's DataMember is a Relationship between two tables in a Dataset. I have some fields on the Grid that I'd like to hide. How would I do this. I read something about DataGridTableStyles, but couldn't get it


Snaking a msflexgrid -
Hi all, I have been trying to think of a way to display more data on a form using a msflexgrid so that if you scrolled down on one grid, data on the second grid would scroll in unison. So if grid one showed the first 25 records and the second grid showed the next 25 records when you


Stupid data-grid problem! -
When i am editing the row for a grid(i.e. while entering values in the grid) i want to validate it. if i find value to be inapropriate i shall not accept it. hence give the user chance to enter valid data. can u explain this with sample piece of code? that would be helpful!! Also for


[2005] Data Grid -
I’ve created a List Box and Data Grid and displayed the records from a disconnected data table. Can anyone tell me how in Visual Basic 2005 to configure the Data Grid control instance so it displays only records matching the selected category shown in the list box? Also there is a


Configure Data Grid -
I’ve created a List Box and Data Grid and displayed the records from a disconnected data table. Can anyone tell me how in Visual Basic 2005 to configure the Data Grid control instance so it displays only records matching the selected category shown in the list box? Also there is a


DataBound Grids & Flex Grid -
Hi Well i have come across a slight problem. I am new to VB and have no clue how to get the following to work! I need the user to enter data into a grid, I am unable to use the flex grid for this task. I am able to use the DataBound Grid with its Bound mode set to 0 and it i


Printing the contents of a data grid - Data Report Can be Packaged -
Dear Friends, I wish to provide a function to print the content of a data grid like that in Excel, including grid lines and column headers. But I don't want to use the capture image method of the grid and send to the Printer object because this is not applicable if the list is lo


Data Grid control with data entry in one column -
Does anyone know how I can display a grid with several columns populated by data from a dataset and then allow data entry via the grid for random fields (some will not be allowed to be overwritten)


Unable to change data in the data grid -
Dear sir/madam; I have a form with a data grid written with VB version 8176. The project is working fine with my computer using this version 8176 but when I run the same project at school. The data grid is not allowing me to change any data in any column in the grid at all. The vers


Data Grid! Please, Someone Help!! -
I have a Data Grid on a Form. I have coded up a Data Control to provide access to my database. Now, I want to move my code to a class and somehow link the data Grid to it, but I don't know how? All the examples I have read go on about opening a Text file etc. Which is all well an


Grid View Refresh -
Hello all! i am new to asp .net therefore i could use some help.. what i have so far is one page in which data is displayed in a grid view.the grid is loaded as the page loads but its contents can after that change (depending on a user's choice from a drop down list.) what i w


filling a grid -
hi! i need to feed a grid with 3 fields from the DB, one of them hidden. i know hoe to do this connecting the grid with a DAO or ADO, but i don't want to use either. i want to connect it manually and fill it like that. also, if the user clicks on a certain row of the grid it w


Order a data grid -
I have a grid data that is data source is a adodc I see that the access file is order but the grid isn't Why? Do you have a advice how to fix and the grid data will be order Thanks


APEX True Data Grid 6.0 -
Does anyone know if I can display one of my columns on the true data grid to appear as a checkbox. One of my fields in the database in a yes-no field and I would like to display it in the grid as checked or unchecked. If not, do you know a way I can do this while displaying the rest


Grid Height Problem -
Hi All, I'm using VSFlexGrid Control. I've 10-12 rows in my Grid and I'm unable to Show Data to user. I've to Show Complete Data to User. For that I thought I should Stretch the Height of row as per data. If data increases to 4 columns then Grid should Increase (Grid should Incre


Easy one, Colors in Data Grid -
Any one know if idividual cells or rows can be set to any color using on the Data Grid. Do I have to resort to the flex grid for this?